svn 更新项目时出错 Previous operation has not finished; run 'cleanup' if it was interrupted
:
出现问题的原因是上一次更新或者提交代码操作未完成,此时需要根据提示进行 cleanup
操作:
- 在命令行面直接运行
svn cleanup
- windows 下右键
svn-cleanup
,执行操作时要勾上选项Break locks
。
执行完之后重新 update 代码即可。
svn 更新项目时出错 Previous operation has not finished; run 'cleanup' if it was interrupted
:
出现问题的原因是上一次更新或者提交代码操作未完成,此时需要根据提示进行 cleanup
操作:
svn cleanup
svn-cleanup
,执行操作时要勾上选项 Break locks
。执行完之后重新 update 代码即可。
1F
这个才是正解 其他的下载 sqlite-shell-win32-x86 清除 work_queue 数据的 太麻烦了