Rollback to previous version with Tortoise SVN


How to rollback to a previous SVN version with TortoiseSVN

  • Update the repository
  • Right click on your local repository and in the TortoiseSVN options select the Merge one
  • In the new window select the option Merge a range of revisions and click next
  • Edit the option URL to merge from with the address of the repository location (in this case http://your-typo3-repository)
  • Edit the option Revision range to merge in the following way:
    revision_from-revision_to (so 4-8 will merge from revision 4 to 8 )
  • Check the option Reverse Merge and click next
  • In the new window select Working Copy as Merge Depth and leave the default selection for the Radio Box

, , ,

  1. #1 by Stefan on October 1, 2009 - 12:56 pm

    Much easier and faster (less clicking and entering data):

    * right-click on working copy
    * Show log
    * right-click on revision(s) to roll back
    * click “revert changes from this revision”

(will not be published)