How to fix “containing working copy admin area is missing” in SVN?

后端 未结 21 1037
没有蜡笔的小新
没有蜡笔的小新 2021-01-29 19:10

I deleted manually a directory I just added, offline, in my repository. I can\'t restore the directory.

Any attempt to do an update or a commit will fail with:

21条回答
  •  一整个雨季
    2021-01-29 19:19

    I had the same problem, when I was trying to switch "C:\superfolder"

    Error messages:

    Directory 'C:\superfolder\subfolder\.svn'
    containing
    working copy admin area is missing
    Please execute the 'Cleanup' command.
    

    After trying to do a "cleanup", I got the following error:

     Cleanup failed to process the following paths:
     C:\superfolder\
    'C:\superfolder\subfolder\' is not a working copy directory
    

    Solution:

    1. Delete the folder "subfolder"
    2. Clean up the folder "superfolder"
    3. Try to switch again the folder "superfolder"

    this worked for me. Please let me know if it also works for you.

提交回复
热议问题