Eclipse 使用svn时出现 “Previous operation has not finished; run 'cleanup' if it was interrupted“问题

在执行svn操作的时候出现了下面的问题

commit -m "" E:/eclipse/workplace/BRobotAPP/blockly/googleDemo/blockly-master/tests/generators/defaultXML.xml
Previous operation has not finished; run 'cleanup' if it was interrupted

解决办法

(1)到项目的.svn目录下找到wc.db文件,使用sqlite3打开它,执行以下命令:

delete from work_queue;

完毕后关闭数据库,重新打开项目,即可恢复正常操作。

(2)直接右键项目===》》》Team===》》》ReFresh/Cleanup

posted @ 2018-04-13 09:54  冷月枫寂  阅读(242)  评论(0编辑  收藏  举报