svn Please execute the 'Cleanup' command.

Update

Working copy 'D:\svn_repository\cmout\cm\SVN\SVN客户端\TortoiseSVN\download' locked

Please execute the "Cleanup" command.

svn Please execute the 'Cleanup' command._第1张图片

解决:这里报错是提示工作拷贝“D:\svn_repository\cmout\cm\SVN\SVN客户端\TortoiseSVN\download”锁住了,出现这种情况主要是上次操作时异常中止,来不及释放上次操作时的锁,与数据库的事务锁类似。这个时候可以通过TSVN的清理(Cleanup)来清除锁:

svn Please execute the 'Cleanup' command._第2张图片

清除成功后提示:

svn Please execute the 'Cleanup' command._第3张图片

如果以上操作仍不能清除锁,就需要手工来清除锁,进入当前目录下的.svn目录(该目录是隐藏目录),会看得lock文件,删除该文件即可。

svn Please execute the 'Cleanup' command._第4张图片

你可能感兴趣的:(工具)