Last Updated: February 25, 2016
·
817
· alebles

SVN: undo a previous commit

Ever wanted to undo an svn commit? With svn merge you can do it rather easily:

svn merge -c -[revision] [source]

Now your doing a reverse merge and only revert the entered revision. The -c-2 is the same is -c 2:1