svn“Previous operation has not finished; run ‘cleanup’ if it was interrupted“报错的解决方法
第一种方法:
(1) 在.svn(此文件夹默认是隐藏的)目录下找到wc.db
(2) 用一个数据库管理工具,例如我用的是Navicat Premium,打开wc.db
(3) 把WORK_QUEUE表中的内容清空
(4) 再在Tortoise SVN中点击菜单Clean up…
第二种方法:
(1) svn安装的时候选上command line client tools
(2) 在命令行中运行:svn cleanup,例如:svn cleanup f:\ScreenMonitor