How to revert (roll back) to a previous revision with Subversion

How to revert (roll back) to a previous revision with Subversion

When I was first starting out with Subversion, I thought there would be a revert command that took a revision as an argument and basically rolled back your application to revision X. Alas, there is a revert command in SVN, but instead of reverting to a previous revision, it works to undo any local changes you’ve made to your working copy.

Read More:

http://aralbalkan.com/1381 

Thanks

Leave a Reply

You must be logged in to post a comment.