Revert to a previous revision
As Apache Subversion remembers every change made to its files and directories, it is always possible to roll back to a previous version of your project. This can be a life-saver if new features have turned out to be unnecessary, or even introduced bugs into your project. Simply rolling back to a revision before it all went wrong, can be far quicker and easier than trying to fix all of the problems manually.
Reverting to a previous revision in Subversion, is simply a matter of merging the changes in your current revision, to an earlier revision. To get started with reverting to a previous revision, select ‘Merge’ from the TortoiseSVN menu.
Select ‘merge a range of revisions.’ Click ‘Next.’
Select ‘Show Log.’
Select the revision you wish to roll back to. In this instance, we’ll revert to revision 13.
The selected revision will be automatically entered into the ‘Merge’ dialog. Ensure ‘Reverse merge’ is selected, and click ‘Next.’
This dialog allows you to set a range of options for merging. However, in most instances the default settings can be used. Click ‘Merge.’
Subversion will now roll your working copy back to revision 13.
Tip: Remember that the merge command only changes files in the working copy, so you must remember to commit your changes back to the repository.
Our Support Engineers are the Sherpas of Source Control Management! Just as traditional Sherpas use their deep knowledge of local terrain to assist mountain climbers in reaching the highest peaks and avoiding pitfalls along the way, WANdisco’s Subversion Sherpas use their extensive experience to guide customers away from problems and enable them to get the most out of Subversion. Our ‘Team Sherpa’ consists of highly skilled support engineers and core Subversion developers who have been working on the Subversion project since it began, and are also uniquely positioned to help you migrate to the latest and greatest releases of SVN. You can hire one of our Subversion Sherpas today, by visiting http://www.wandisco.com/subversion/support










































