Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Visual Studio 中移动一些文件。但我看到 Ankh 将其视为新文件并在更改列表中删除。是不是相当于SVN move?我不想丢失这些文件的历史记录。
它应该将移动视为复制并删除。这相当于 SVN 处理移动的方式。检查它是否真的认为它是一个新文件,或者它是否认为它是一个复制文件。查看文件的历史记录时应该有一个选项可以查看历史记录,因为它通过副本持续存在。