“Phantom” directories in an SVN repository

后端 未结 7 2555
没有蜡笔的小新
没有蜡笔的小新 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:27

    The easy way to fix many SVN errors is to move the whole directory away via the OS, update to get another clean copy of it and then merge in anything you changed with some other tool, WinMerge or the like.

    After that, you can do whatever you were trying to do, but do it correctly :).

提交回复
热议问题