我有一个这样的文件夹结构:
A/B/C/hello.txt
我使用 svn mv 将 A 重命名为 Z:
Z/B/C/hello.txt
然后我对 hello.txt 做了一些修改。现在,svn status 给出:
D A/B/C/hello.txt
A+ Z
M+ Z/B/C/hello.txt
当我尝试提交时,我收到以下错误消息:
'Z/B/C' is not under version control and is not part of the commit, yet its child 'Z/B/C/hello.txt' is part of the commit