When you submit your code today, no matter how you do it, restart it, clean Project reports an exception, and the submission does not go up:
Org.tigris.subversion.javahl.ClientException:Attempted to lock an already-locked dir
svn:working copy workspace\webroot\ ' locked
Org.tigris.subversion.javahl.ClientException:Attempted to lock an already-locked dir
svn:working copy ' \workspace\webroot\pages ' Locked
Finally spent on-line search, solve the problem, specifically to solve the 3 kinds of summarized as follows:
1. On the client command line use the command SVN cleanup ' Code disk path '
2, directly into the folder above the. SVN directory, delete the lock file will be
3, find the corresponding directory in the computer, select the file or folder, right click, and then found in the SVN menu called "unlock" function, then select it, click "OK" in the pop-up box, OK
Org.tigris.subversion.javahl.ClientException:Attempted to lock a already-locked DIR-SVN Submit error Resolution method