Rookie
Rookie

Reputation: 8800

not able to commit using tortoise SVN

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

Answers (2)

Mand Beckett
Mand Beckett

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

ks1322
ks1322

Reputation: 35825

Try svn cleanup before commit. It will recursively clean up the working copy, removing locks.

Upvotes: 1

Related Questions