svn出现clean up失败的处理

svn“Previous operation has not finished; run ‘cleanup’ if it was interrupted“报错的解决方法

第一种方法:

(1) 在.svn(此文件夹默认是隐藏的)目录下找到wc.db

(2) 用一个数据库管理工具,例如我用的是Navicat Premium,打开wc.db

(3) 把WORK_QUEUE表中的内容清空

(4) 再在Tortoise SVN中点击菜单Clean up…

第二种方法:

(1) svn安装的时候选上command line client tools

(2) 在命令行中运行:svn cleanup,例如:svn cleanup f:\ScreenMonitor

    原文作者:LieCat
    原文地址: https://www.jianshu.com/p/fccbeeb5105e
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞