热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

SVN:Previousoperationhasnotfinished;run'cleanup'ifitwasinterrupted

转载异常处理汇总-开发工具http:www.cnblogs.comdunitianp4522988.htmlcleanupfailedtoprocessthefollowingp

转载

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


推荐阅读
author-avatar
林嘉文志鸿圣文
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有