您的位置:首页 > 运维架构

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

2017-12-06 12:02 726 查看


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

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

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了



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐