svn报错:failed to run the WC DB work queue associated with

svn clearup报错failed to run the WC DB work queue associated with

一,下载sqlite,官网地址:https://www.sqlite.org/download.html

1.下载sqlite-dll-win32-x86-3280000.zipsqlite-tools-win32-x86-3280000.zip

2. 将解压的下图三个文件放在新建的文件夹下

.svn报错:failed to run the WC DB work queue associated with

3.配置环境变量

svn报错:failed to run the WC DB work queue associated with

svn报错:failed to run the WC DB work queue associated with

4.运行cmd sqlite3,出现版本号,即安装配置完成

svn报错:failed to run the WC DB work queue associated with

二,清空svn的work_queue

1.进入到.svn目录下,查看是否存在wc.db

svn报错:failed to run the WC DB work queue associated with

2.执行 sqlite3 wc.db "select * from work_queue"

会显示报错文件

3.清空 work_queue

sqlite3 wc.db "delete from work_queue"

4.然后就可以执行clearup

如果不可以再执行sqlite3 wc.db "delete from wc_lock