1
votes

Every time I try to commit any file in Tortoise SVN the following message shows up: "... is locked in another working copy". Ive already done the cleanup, but the problem remains. Someone knows what should I doto fix it?

Appreciate any helpenter image description here

1

1 Answers

2
votes

Options you can try:

1 - Try selecting the break lock option during clean up. Select the break lock option

2 - Try to steal the lock. Look at the image. Try to steal the lock This will show you the lock status and should allow you to steal the lock and commit.

3 - You can "break the lock" at the server. I am not sure how to do this using the GUI but following is the command:

svn unlock --force http://svn.example.com/repos/project/trunk/somefile.txt
'somefile.txt' unlocked.