Windows SVN rollback to old version (TortoiseSVN)
You can use rollback when you find a problem with a newly submitted code and then want to make an older version the latest version.
The procedure is as follows:
1. Check out (CheckOut) The latest version of the Code to the computer (can not make any changes) 2. Perform a tortoisesvn show log operation,
Right-click on the newly checked-out folder,TortoiseSVN , Show log, for example:
3. Rollback, there are 2 types of rollback 3.1. Roll back to an older version, and the changes will be deleted after this version.
The operation is as follows: Select an older version and perform the "Revert to this revision" operation:
3.2. Delete Intermediate versions, execute "Revert chages from these revisions"
(If the submission is wrong, you can also use this method to delete)
4. Confirmation of submission, this is the final step, but also the most important step
The previous action, which is only performed on the local computer, must be committed before it can be actually submitted to the SVN server
Reference: http://blog.csdn.net/aerchi/article/details/28590639
Windows SVN rollback to old version (TortoiseSVN)