On restarting STS, I again attempted to commit my work and got this error:
org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir svn: Working copy ‘YOUR PATH GOES HERE’ locked org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir svn: Working copy ‘YOUR PATH GOES HERE’ lockedFortunately, although the error message may appear baffling, it’s very easy to fix. In STS or eclipse, right click on the offending project, click Team and then select Cleanup. SVN jumps into action and the problem is quickly sorted as the offending .lock files are deleted.
You can also do this from the command line, but this method is much simpler.
3 comments:
Hi Roger,
Nice blog! Is there an email address I can contact you in private?
Thanks for your comment. You can contact me using [email protected]
Hi Roger,
This was very helpful for me.
Thank you very much
Post a comment