Tortoise SVN Making a past revision the new Head

后端 未结 1 1992
温柔的废话
温柔的废话 2021-01-28 03:44

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 reversi

1条回答
  •  隐瞒了意图╮
    2021-01-28 04:14

    Rolling back to a previous revision is done via a reverse merge.

    1. Update your working copy to the latest revision
    2. Execute the following: svn merge URL_TO_LOCATION_IN_REPOSITORY . -r HEAD:PAST_REV_YOU_WANT
    3. Commit

    0 讨论(0)
提交回复
热议问题