How to fix “containing working copy admin area is missing” in SVN?
svn: Directory ‘/xxx/xxx/ios/project/xx/xx/JSONKit’ is missing
针对于这个问题:
第一步
svn cleanup
第二步
svn --force delete <directory-that-doesn't-exist-but-should>
ok解决了
How to fix “containing working copy admin area is missing” in SVN?
svn: Directory ‘/xxx/xxx/ios/project/xx/xx/JSONKit’ is missing
针对于这个问题:
第一步
svn cleanup
第二步
svn --force delete <directory-that-doesn't-exist-but-should>
ok解决了