Search code examples
tortoisesvnrevert

TortoiseSVN revert to a revision only on svn and keep changes locally


How can I revert to the previous revision on TortoiseSVN, but the keep the last changes on my local working copy?


Solution

  • I found the solution on Super User. I tried to flag the question as a duplicate, but it seems the duplicate needs to be on stackoverflow. Considering there are other questions on TortoiseSVN on SO, I'll post the answer here.

    What I had to do is checkout a new repo copy of the revision I wanted to revert to, merge the range of following revisions up to head revision, commit and then delete the copy.