且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

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

更新时间:2021-12-07 13:59:25

异常处理汇总-开发工具  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

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

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

打开安装包,选Modify

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

勾选下Command

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

工作目录下输入svn cleanup

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

收工,可以update和commit了

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

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

作者:毒逆天
出处:https://www.cnblogs.com/dotnetcrazy
打赏:18i4JpL6g54yAPAefdtgqwRrZ43YJwAV5z
本文版权归作者和博客园共有。欢迎转载,但必须保留此段声明,且在文章页面明显位置给出原文连接!