Return to Snippet

Revision: 37141
at December 4, 2010 12:24 by cczona


Initial Code
# svn merge -r num_of_rejected_version:num_of_version_to_revert_to pathname

svn merge -r 100:91 ./foo.txt

# commit it
$ svn commit ./foo.txt  -m "Undoing changes from r100; reverting to r91."

Initial URL
http://svnbook.red-bean.com/en/1.0/ch04s04.html#svn-ch-4-sect-4.2

Initial Description
[See also: http://snipplr.com/view/12048]

Oops, didn't mean to commit that?  Undo it easily:

Initial Title
Undoing (reverse merging) changes/versions in Subversion

Initial Tags
svn

Initial Language
Bash