Reputation: 8800
I am encountering a problem, evertime i try to commit.The error is:
Error: Working copy 'C:\SVN Checkout\Branch\Message Center Issue' locked
What is the problem?
Upvotes: 0
Views: 1285
Reputation: 682
If cleanup doesn't work you should use the 'release lock' option in TortoiseSVN. If this doesn't work you'll need to checkout a fresh working copy.
Upvotes: 0
Reputation: 35825
Try svn cleanup
before commit. It will recursively clean up the working copy, removing locks.
Upvotes: 1