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


SVN:Previous operation has not finished; run 'cleanup' if it was interrupted
原文:http://www.cnblogs.com/dunitian/p/5721664.html