Skip to content

Instantly share code, notes, and snippets.

@hugo53
Created March 26, 2014 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugo53/9776909 to your computer and use it in GitHub Desktop.
Save hugo53/9776909 to your computer and use it in GitHub Desktop.
SVN command

Discard local change

svn revert -R . >>> for current dir

Update latest from svn server

svn update --force

Check status

svn status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment