views:

77

answers:

3

I can SVN-update and browse the repository just fine. The .svn directory exists in every folder across the checked out code tree. Only commit is broken for some reason.

Any idea what could cause this?

A: 

Make sure you cd or right-click the correct folder.

mcandre
+1  A: 

Try Clean Up menu option.

Pmod
No luck, clean-up successfully on the root directory of the repository (I am assuming that's the best place to try). Operation went successful but still can't commit, same error.
Yuval Cohen
Do you have externals in your svn folder? In another words, do you have svn:externals property set?
Pmod
+2  A: 

Make sure your working copy is not in the drive root but at least one folder below the drive root.

Stefan
Thanks! it worked.
Yuval Cohen