Working copy XXX locked and cleanup failed in SVN
I get this error when I do an
svn update
:Working copy XXXXXXXX locked Please execute "Cleanup" command
When I run cleanup, I get
Cleanup failed to process the following paths: XXXXXXXX
How do I get out of this loop?
One approach would be to:
- Copy edited items to another location.
- Delete the folder containing the problem path.
- Update the containing folder through Subversion.
- Copy your files back or merge changes as needed.
- Commit
Another option would be to delete the top level folder and check out again. Hopefully it doesn't come to that though.
http://stackoverflow.com/questions/127932/working-copy-xxx-locked-and-cleanup-failed-in-svn
Comments
Post a Comment