I have reverted to a past revision in Tortoise SVN for my project. I want the past revision to be the new Head revision. How do I go about doing that? Updating after the reversion did not change the files that were reverted.
Asked
Active
Viewed 140 times
1 Answers
2
Rolling back to a previous revision is done via a reverse merge.
- Update your working copy to the latest revision
- Execute the following:
svn merge URL_TO_LOCATION_IN_REPOSITORY . -r HEAD:PAST_REV_YOU_WANT
- Commit

alroc
- 27,574
- 6
- 51
- 97