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

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

    I had this problem when I was trying to add a directory to svn. I solved it by going into repo browser. Right clicking in the left window, choosing add folder and adding the directory directly in the repo browser.

    I then deleted the directory locally (after backup of course) did a clean up and svn update and everything was working again.

    0 讨论(0)
  • 2021-01-29 19:39

    fwiw, I had a similar situation and used svn --force delete __dir__. That solved the issue for me. Then i continued working with my working copy as normal.

    0 讨论(0)
  • 2021-01-29 19:39

    Just in case anyone wants yet another solution:

    1. Check in your new folder as "foldername2"
    2. Go into Tortise SVN repo browser
    3. Rename "foldername2" to "foldername"
    4. In windows explorer do an update

    Hope it helps someone.

    -Ev

    0 讨论(0)
提交回复
热议问题