Skip to content

Instantly share code, notes, and snippets.

@lvenegas
Created June 28, 2012 05:58
Show Gist options
  • Save lvenegas/3009405 to your computer and use it in GitHub Desktop.
Save lvenegas/3009405 to your computer and use it in GitHub Desktop.
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
Remediation:
1) Stop the application
2) Rename (or delete) the application directory
3) Checkout the directory using this command
cd "C:\Program Files\AcmeService"
svn co https://svn.mycompany.org/packages/AcmeService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment