/ Published in: Bash
[See also: http://snipplr.com/view/12048]
Oops, didn't mean to commit that? Undo it easily:
Oops, didn't mean to commit that? Undo it easily:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# 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."
URL: http://svnbook.red-bean.com/en/1.0/ch04s04.html#svn-ch-4-sect-4.2