当您在 Visual Studio 中移动文件时,Ankh SVN 会将其转换为 SVN 移动吗?
我想在 Visual Studio 中移动一些文件。但我看到 Ankh 正在将其视为新文件并在更改列表中删除。相当于SVN move吗?我不想丢失这些文件的历史记录。
I would like to move some files around in Visual Studio. But I see Ankh is treating that as new files and delete in the changes list. Is the equivalent to SVN move? I don't want to loose the history for those files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它应该将移动视为复制并删除。这相当于 SVN 处理移动的方式。检查它是否确实认为这是一个新文件,或者是否认为它是一个复制的文件。查看文件的历史记录时应该有一个选项,可以查看文件在副本中保留的历史记录。
It should treat a move as a copy and delete. This would be equivalent to the way SVN handles moves. Check to see if it truly thinks it's a new file, or if it thinks it's a copied file. There should be an option when viewing the file's history to view the history as it persists through copies.