TortoiseSVN - "被锁定在另一个工作副本中#34;错误

时间:2018-05-20 01:05:41

标签: svn tortoisesvn

每当我尝试在Tortoise SVN中提交任何文件时,都会显示以下消息:" ...被锁定在另一个工作副本中#34;。 我ve already done the cleanup, but the problem remains. Someone knows what should I do来解决它?

感谢任何帮助enter image description here

1 个答案:

答案 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.