解决SVN“Failed to run the WC DB work queue associated with”错误

解决SVN“Failed to run the WC DB work queue associated with”错误

SVN无法更新、提交代码,Clean Up错误

svn checkout 代码是出现如标题的错误,提示我clean up ,但是每次都clean up失败,于是网上查找了clean up 失败的解决方法,具体错误如下图所示:解决SVN“Failed to run the WC DB work queue associated with”错误
解决SVN“Failed to run the WC DB work queue associated with”错误

这里svn无法再次完成Clean Up了,猜测可能原因是因为上次cleanup中断后,导致SVN 工作队列占满导致无法清除。

解决方案:清空svn的队列

1.下载 sqlite3.exehttp://www.sqlite.org/download.html

2.找到你项目的 .svn 文件,查看是否存在 wc.db

3.将 sqlite3.exe 放到 .svn 的同级目录

4.启动cmd执行
解决SVN“Failed to run the WC DB work queue associated with”错误
解决SVN“Failed to run the WC DB work queue associated with”错误

5.执行Clean Up应该就可以了。