Rollback a file in a subversion repository

To rollback a file in the working directory to a previous version in the repository:
svn -r <revnum> update <filename>

Where is the revision number you want to rollback into; is the file you want to rollback.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.