Posted 2008/07/01
Using merge to rollback commits in Subversion
If you ever want to 'undo' a whole commit.svn merge -r 184:183 https://192.168.2.2/svn/foo/trunk svn commit -m "Undoing a ballsup."
svn merge -r 184:183 https://192.168.2.2/svn/foo/trunk svn commit -m "Undoing a ballsup."