Skip to content

Instantly share code, notes, and snippets.

@ccaspers
Created January 4, 2016 14:26
Show Gist options
  • Save ccaspers/0fa24856dc6dea577824 to your computer and use it in GitHub Desktop.
Save ccaspers/0fa24856dc6dea577824 to your computer and use it in GitHub Desktop.
SVN Cheatsheet
# revert ALL changes recursively
svn revert -R .
# undo multiple commits
svn merge -c -REV_X,-REV_Y,-REV_Z .
svn commit -m "reverted revisions x, y, z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment