Skip to content

Instantly share code, notes, and snippets.

View lvenegas's full-sized avatar

Leo Venegas lvenegas

  • Sydney, Australia
View GitHub Profile
> c:
> cd c:\packages
> svn info
Path: .
URL: https://svn.mycompany.org/packages
Repository Root: https://svn.mycompany.org/packages
Repository UUID: 270f7ab1-9420-4595-a251-eda4ef70f59b
Revision: 0
Node Kind: directory
Schedule: normal
@lvenegas
lvenegas / gist:3009354
Created June 28, 2012 05:43
Checkout the packages repository
> svn checkout https://svn.mycompany.org/packages c:\packages
Checked out revision 0.
@lvenegas
lvenegas / gist:3009364
Created June 28, 2012 05:49
packages directory
C:.
├───packages
├───AcmeService
├─────AcmeService.exe
└─────Security.dll
> svn update -r 1
U AcmeService.exe
Updated to revision 1.
> svn info
Path: .
URL: https://svn.mycompany.org/packages/AcmeService
Repository Root: https://svn.mycompany.org/packages
Repository UUID: 270f7ab1-9420-4595-a251-eda4ef70f59b
Revision: 1
Node Kind: directory
> cd "C:\Program Files\AcmeService"
> svn info
Path: .
URL: https://svn.mycompany.org/packages/AcmeService
Repository Root: https://svn.mycompany.org/packages
Repository UUID: 270f7ab1-9420-4595-a251-eda4ef70f59b
Revision: 2
Node Kind: directory
Schedule: normal
Last Changed Author: lvenegas
> cd "C:\Program Files\AcmeService"
> svn info
Path: .
URL: https://svn.mycompany.org/packages/AcmeService
Repository Root: https://svn.mycompany.org/packages
Repository UUID: 270f7ab1-9420-4595-a251-eda4ef70f59b
Revision: 1
Node Kind: directory
Schedule: normal
Last Changed Author: lvenegas
Description:
The directory should have been checked out from the correct URL
Command:
svn info "C:\Program Files\AcmeService"
Expected Value:
^URL: https://svn.mycompany.org/packages/AcmeService$
Regular Expression Search:
true
Case Sensitive Search:
false
Description:
The directory should be at the correct revision number
Command:
svn info "C:\Program Files\AcmeService"
Expected Value:
^Last Changed Rev: 2$
Regular Expression Search:
true
Case Sensitive Search:
false
Description:
The directory should not have any local modifications
Command:
svn status -v "C:\Program Files\AcmeService"
Excluded Values:
^?.*$
^A.*$
^M.*$
^!.*$
^C.*$
> cd c:\packages
> svn status
? AcmeService