Failed to run the WC DB work queue associated with 错误的解

WBOY
Release: 2016-06-07 15:15:20
Original
1726 people have browsed it

svn checkout 代码是出现如标题的错误,提示我clean up ,clean up失败,于是网上搜到了这一clean up 失败的解决方法,clean up 后再进入代码update 就可以了 svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。 错误如下: 解决方法:清

svn checkout 代码是出现如标题的错误,提示我clean up ,clean up失败,于是网上搜到了这一clean up 失败的解决方法,clean up 后再进入代码update 就可以了

svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。

错误如下:

Failed to run the WC DB work queue associated with 错误的解

解决方法:清空svn的队列

1.下载sqlite3.exe

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

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

4.启动cmd执行sqlite3 .svn/wc.db "select * from work_queue"

Failed to run the WC DB work queue associated with 错误的解

5.看到很多记录,下一步执行delete from work_queue

Failed to run the WC DB work queue associated with 错误的解

6.ok了,现在在到项目里面,执行cleanup,完全没问题了,图标状态也已经恢复了。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!