My problem is the same as the one here:
Working copy XXX locked and cleanup failed in SVN
However, the solution that seemed to work for everyone there isn't working for me. Trying to checkout to a new folder doesn't work for me. I really don't want to have to delete the project out of the repository and replace it to make it work.
I am using TortoiseSvn. Anyone have any more ideas that weren't suggested in the other question?
To view or break locks, right-click in the Current Folder browser and select Source Control > Locks. If you see an SVN message reporting a working copy locked error, remove stale locks. In the Current Folder browser, right-click and select Source Control > SVN Cleanup.
1. To clean projects in Eclipse IDE : Go to Menu option –> Select Project –> click Clean… Note: The same can also be achieved by clicking CTRL + S (save) simultaneously in Eclipse IDE.
If you Get a Lock on a file, then only you can commit that file. Commits by all other users will be blocked until you release the lock. A locked file cannot be modified in any way in the repository, so it cannot be deleted or renamed either, except by the lock owner.
svn revert -R *
-R for recursive
* for all changes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With