SVN - How to make an Older Revision as the Head Revision?

谁都会走 提交于 2019-12-09 23:39:19

问题


May I please know how to make an older revision in Tortoise SVN Repository as the Head Revision using Tortoise SVN in Windows? I can't see the context menu "Revert to this revision" in the Log Dialog.


回答1:


Did you try rolling back?




回答2:


Incorrect. "Revert from" reverts the selected version's changes only. "Revert to" will only revert your working copy. If you make changes after reversion, the next commit will fail with "files out of date", asking to update first. If you update, your working copy is back again to the latest actual. SVN is as intuitive or efficient as a dried bat carcass stuck in my front grille.



来源:https://stackoverflow.com/questions/4350972/svn-how-to-make-an-older-revision-as-the-head-revision

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!