To revert to your previous commit in Subversion, you’ll need the current revision number and the previous revision number, then:
1 2 3 | svn update svn merge -r 756:742 . svn commit -m "Rolled back to previous commit (r742)" |
To revert to your previous commit in Subversion, you’ll need the current revision number and the previous revision number, then:
1 2 3 | svn update svn merge -r 756:742 . svn commit -m "Rolled back to previous commit (r742)" |