3

次のようなフォルダー構造がありました。

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
4

1 に答える 1