Issue
When I want to commit my project to SVN, the following error pops out:
org.tigris.subversion.javahl.ClientException:
Working copy '/media/Data/NETBEANS_PROJECTS/myproject/web/pages/ajax-fragments' locked; try performing 'cleanup'
I use NetBeans 7.1 (tried with 7.0.1 and 6.9, the same) and CollabNet Subversion control plugin. What he wants to tell me with 'cleanup'?
Solution
Run a Subversion cleanup command. From the command line, change to your working directory and run:
svn cleanup
If this fails, you may need to get a new working copy and manually copy your changes in.
Answered By - David M