恢复 SVN 中的文件历史记录
当我尝试移动 SVN 源代码下的文件时,我将其剪切到当前目录 (A),然后将其粘贴到另一个目录 (B)。现在该文件的历史记录丢失了。我可以做些什么来恢复文件历史记录吗?
谢谢!
When I was trying to move a file which is under SVN source code, I cut it in current directory (A) and then pasted it to another directory (B). Now history of this file is lost. Is there anything I can do to recover file history?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需恢复提交并执行适当的 svn move 即可
Just revert the commit and do a proper
svn move
如果您使用Tortoise SVN,则在提交文件时,可以选择“修复移动”。在提交对话框中,选择“丢失”文件和“未版本化”文件,右键单击,然后选择“修复移动”。
If you are using Tortoise SVN, when committing the file, you can select "Repair Move". In the commit dialog, select the "missing" file and the "unversioned" file, right click, and select "Repair Move".