Skip to content

Instantly share code, notes, and snippets.

@jjok
Created May 17, 2013 14:33
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 jjok/5599428 to your computer and use it in GitHub Desktop.
Save jjok/5599428 to your computer and use it in GitHub Desktop.
SVN cheatsheet.

SVN Cheatsheet

Diff

svn diff --old <URL> --new <URL>

Reverse commit

Get back the version of files from the previous commit into your working copy.

svn merge -c -<revision to reverse> ./

Then re-commit the files for which you want to undo the changes. Then revert the changes for any files which you don't want to roll back.

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