2

I am trying to commit my entire project to Subversion, and I get the following error message after clicking SCM > Commit Entire Project:

Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Commit failed (details follow):
Error: 155005 (Working copy not locked; this is probably a bug, please report) Description: Directory '/SubVersion/SplitView/trunk/SplitView/build/SplitView.build/SplitView.pbxindex/.svn' containing working copy admin area is missing

Does anyone know how to fix this bug?

Pops
  • 30,199
  • 37
  • 136
  • 151
TheLearner
  • 19,387
  • 35
  • 95
  • 163

1 Answers1

3

See this article. You've deleted your .svn directory.

DarkDust
  • 90,870
  • 19
  • 190
  • 224
  • Also: this question is a [duplicate](http://stackoverflow.com/questions/1394076/how-to-fix-containing-working-copy-admin-area-is-missing-in-svn). – DarkDust Dec 16 '10 at 16:05