“Phantom” directories in an SVN repository

后端 未结 7 2564
没有蜡笔的小新
没有蜡笔的小新 2021-02-18 18:13

I\'ve somehow managed to get an SVN repository into a bad state. I\'ve moved a directory and now I can\'t commit it in its new location.

As far as svn status

7条回答
  •  独厮守ぢ
    2021-02-18 18:34

    I'd suggest, to delete (outside subversionso with rm or similar), the directory above test, and then running svn update there.

    That is, if you don't want to get a whole new working copy as others have suggested, which might be the safest approach.

提交回复
热议问题