With SVN often appear locked and unable to submit the problem, choose to unlock and hint that no files are locked, it is a headache.
Here's a look at some of the workarounds that SVN is locked in:
1. After this problem, use "clean up" function, if not, go directly to the top level directory, then "clean", and then "Update".
2. Sometimes if you see a package inside the folder does not have the SVN flag, directly with "ctrl+delete" manually Delete, and then "clean up", the last "update" or "submit".
3. Sometimes some files can not be submitted and updated, there is a lock word hint,: first click on the file, then Getlock, then select Steallock, and then release lock can
4. Teach everyone the most ruthless trick, in the project if a file deadlock situation can not be resolved, called the development of all people to upload the file to understand the lock, empty the repository address: Installation directory: svntracsvnprojectsdblocks This folder path inside the entire content. All ok!
Tips:
Subversion1.3.2, when anonymous access is turned on and the Authz feature is used to restrict anonymous access, a check out prompts for lock behavior
Turn from Gimhoy ' s blog:http://blog.gimhoy.com/archives/svn-locked-solution.html
I tried the first one to solve the problem successfully.