Last active
December 21, 2015 21:58
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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