Subversion: Revert Previous CommitDavid AndrzejewskiMay 24, 2016Uncategorized To revert to your previous commit in Subversion, you’ll need the current revision number and the previous revision number, then: Shell svn update svn merge -r 756:742 . svn commit -m "Rolled back to previous commit (r742)" 123 svn updatesvn merge -r 756:742 .svn commit -m "Rolled back to previous commit (r742)" Rate this post