Skip to content

Instantly share code, notes, and snippets.

@y0n3r
Last active December 21, 2015 21:58
Show Gist options
  • Save y0n3r/6371801 to your computer and use it in GitHub Desktop.
Save y0n3r/6371801 to your computer and use it in GitHub Desktop.
How to roll back a file from the latest working copy back to a previous revision in SVN.
svn merge -r [latest revision]:[previous revision] [filename]
svn ci -m "Commit message" [filename]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment