SVN:Previous operation has not finished; run 'cleanup' if it was interrupted

记录SVN错误处理

错误提示:

cleanup failed to process the following paths:xxx 
Previous operation has not finished; run 'cleanup' if it was interrupted

解决方法有两个,一个是用sqlite清除下数据库wc.db的work_queue,这种网上说的比较多。我说下第二种方法:这个需要svn客户端的命令行

打开安装包,选Modify

勾选下Command

到工作目录下输入svn cleanup

收工,可以update和commit了

 参考文献:

https://yq.aliyun.com/articles/363850

异常处理汇总-开发工具  http://www.cnblogs.com/dunitian/p/4522988.html

原文地址:https://www.cnblogs.com/fangniunanhai/p/10898393.html