每当我尝试在Tortoise SVN中提交任何文件时,都会显示以下消息:" ...被锁定在另一个工作副本中#34;。
我ve already done the cleanup, but the problem remains. Someone knows what should I do
来解决它?
答案 0 :(得分:1)
您可以尝试的选项:
1 - 在清理过程中尝试选择中断锁定选项。 Select the break lock option
2 - 尝试偷锁。看图像。 Try to steal the lock这将显示锁定状态,并允许您窃取锁定并提交。
3 - 你可以在服务器上“打破锁定”。我不知道如何使用GUI执行此操作,但以下是命令:
svn unlock --force http://svn.example.com/repos/project/trunk/somefile.txt
'somefile.txt' unlocked.