- Run svn revert to get your files to the same state as the server.
- Run svn log
to see what revision you want to revert the file to. - Run svn status -v
to see what revision the file is at. - Run svn merge -rXX:YY where XX is the current revision number and YY is the revision you want to revert to.
Steps found here: http://www.sampablokuper.com/2009/03/27/svn-revert-to-revision/
No comments:
Post a Comment