Answer the question
In order to leave comments, you need to log in
How to revert to old revisions in repository (rollback)?
The book TortoiseSVN The Subversion Client for Windows Version 1.8 has this way to revert to old revisions in the repository (rollback):
Using the Revision Log Dialog
By far the easiest way to undo changes from one or more revisions is to use the revision log dialog.
- Select the file or folder where you are going to remove the changes. If you want to remove all changes, this should be the top level folder.
- Select TortoiseSVN → Log to display the list of revisions. You may need to use the Show All or Next 100 buttons to display the revisions you need.
- Select the revision you want to revert. If you want to undo a range of revisions, then select the first one and hold down the Shift key and select the last one. If you want to select individual revisions and ranges, then use the Ctrl key when selecting revisions. Right-click on the selected revisions, then select Context Menu → Revert Changes from This Revision.
- Or, if you wish to make an earlier revision the new leader, right-click on the selected revision, then select Context Menu → Revert to this revision. This action will undo all changes after the selected revision.
Answer the question
In order to leave comments, you need to log in
Found it here: tortoisesvn.net/docs/release/TortoiseSVN_ru/tsvn-d...
If you have deleted a file or folder and have already committed that delete operation to the repository, then normal TortoiseSVN → Revert changes will not revert this back. But the file or folder is not lost forever. If you know the revision in which the file or folder was deleted (if you don't know, find it in the journal), then open the repository browser and switch to this revision. Then select the remote file or folder, right-click and select Context Menu → Copy to...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question