To revert to your previous commit in Subversion, you’ll need the current revision number and the previous revision number, then:
svn update svn merge -r 756:742 . svn commit -m "Rolled back to previous commit (r742)"
Note: I’m in the process of redesigning the site, certain things might be broken.
To revert to your previous commit in Subversion, you’ll need the current revision number and the previous revision number, then:
svn update svn merge -r 756:742 . svn commit -m "Rolled back to previous commit (r742)"