Feed on
Posts
Comments

 if you accidentally delete a directory’s contents that’s under svn-control, you’ll see the following errors when you try and update:

>> svn update

svn: Directory ‘test01/.svn’ containing working copy admin area is missing

the solution:

>> cd ..

>> rm -rf test01_parent_dir

>> svn update


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

One Response to “dealing with .svn containing working copy admin area problems”

  1. on 01 Sep 2009 at 10:57 am NeededHelp

    Excellent, thank you.

Did I get this wrong? Let me know!

Trackback URI | Comments RSS