Question

I have removed a data directory from my java source code. now when i try to commit source then i get the following error.

org.tigris.subversion.javahl.ClientException: Working copy is corrupt
Commit failed (details follow):
Entry for 'directory' has no URL

i get the same error when i remove a file. what is the reason. i am checking out on google code project website.

Was it helpful?

Solution

Which data directory did you removed? The ".svn" folders ? If yes than you should checkout a fresh working copy and continue working there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top