从 Subversion 目录中排除特定修订
我的 SVN 存储库中有多个修订版。
说5-10。现在我更新指向 SVN 的本地目录。因此,该目录将更新到最新版本。 (这里是 10)
现在,如果我想从本地目录中删除版本号 7,我应该如何操作。
我仍然需要 5,6,8,9,10。
提前致谢
I have multiple revisions in my SVN Repository.
Say 5-10. Now I update the local directory pointing to SVN. So, the directory will be updated to the latest revision. (Here it is 10)
Now, If I want to remove the revision number 7 from my local directory, how should I proceed.
Still I need 5,6,8,9,10.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我理解正确,您需要恢复特定修订版的更改。
具体方式取决于SVN客户端。例如,在 Tortoise SVN 中,您可以打开一个目录的日志,右键单击要还原的修订版,然后选择“还原此修订版的更改”。
请考虑到,如果某些更改与要还原的更改重叠,有时可能会失败。
If I understand correctly, you need to revert changes from a specific revision.
The way depends on SVN client. For example, in Tortoise SVN you may open log of a directory, right click on the revision you want to revert and select "Revert changes from this revision".
Take into account that sometimes it may not succeed if there were some changes overlapping with changes being reverted.