I have been using TortoiseSVN for a 2-3 months to control my subversion. Today when I tried to commit files to a repository it showed me a strange message like this:

alt text

When I went to the menu and selected Cleanup command it showed me this new message box:

alt text


I have tried to release lock it says that there is nothing to unlock.
What happened with my subversion repository? Has anybody met with this problem before? How to solve it?
A lot of thanks.

link|improve this question

73% accept rate
1  
Your repository is probably fine, it's your working copy that has problems. – Joey Jun 29 '10 at 15:00
feedback

2 Answers

up vote 1 down vote accepted

Delete the working directory (or backup it, if you already did changes). Then, get new a copy from the server (and merge your changes from the backup copy with tool like WinMerge)

link|improve this answer
feedback

Asked and answered on stackoverflow.
http://stackoverflow.com/questions/127932/svn-working-copy-xxx-locked-and-cleanup-failed

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.