Failed to run the WC DB work queue associated with

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

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

错误如下:

解决方法:清空svn的队列

1.下载sqlite3.exe

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

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

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

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

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

时间: 2024-10-29 21:52:16

Failed to run the WC DB work queue associated with的相关文章

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

转载自 http://blog.csdn.net/alan00000/article/details/44084455 svn checkout 代码是出现如标题的错误,提示我clean up ,clean up失败,于是网上搜到了这一clean up 失败的解决方法,clean up 后再进入代码update 就可以了 svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了. 错误如下: 解决方法:清空svn的队列 1.下载sqlite3.exe 2.找到你项目的.svn文

[转]Failed to run the WC DB work queue associated with 错误的解决

svn checkout 代码是出现如标题的错误,提示我clean up ,clean up失败,于是网上搜到了这一clean up 失败的解决方法,clean up 后再进入代码update 就可以了 svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了. 错误如下: 解决方法:清空svn的队列 1.下载sqlite3.exe 2.找到你项目的.svn文件,查看是否存在wc.db 3.将sqlite3.exe放到.svn的同级目录 4.启动cmd执行sqlite3 .sv

svn: Failed to run the WC DB work queue associated svn的bug解决

第一步,下载sqlite 官方网址  :https://www.sqlite.org/download.html 第二步:解压放在c盘 第三步:配置环境变量 第四步:找到工作空间的.svn文件,cmd进入执行以下命令 sqlite3 wc.db "select * from work_queue" sqlite3 wc.db "delete from work_queue" sqlite3 wc.db "delete from wc_lock 第五步:te

Test run failed: Instrumentation run failed due to 'Process crashed.'解析

Test run failed: Instrumentation run failed due to 'Process crashed.'解析 Test run failed: Instrumentation run failed due to 'Process crashed.'解析

AS中一个报错解决:LoggedErrorException: Failed to run command初用Android Studio注意

Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.internal.LoggedErrorException: Failed to run command: D:\Android\android-sdk\build-tools\21.1.1\dx.bat --dex --no-optimize --output E:\开源学习\Canvas\app\build\intermediates\dex\d

Bamboo bootstrap failed: Failed to run pre-bootstr

Bamboo bootstrap failed: Failed to run pre-bootstrap upgrade tasksSkip to end of metadata Problem After installing / starting Bamboo the following message is shown on the UI: The following appears in the atlassian-bamboo.log1 Bamboo bootstrap failed:

解决kylin报错:Failed to create dictionary on <db>.<table>, Caused by: java.lang.IllegalArgumentException: Too high cardinality is not suitable for dictionary

报错信息: 2017-05-13 15:14:30,035 DEBUG [pool-9-thread-10] dict.DictionaryGenerator:94 : Dictionary class: org.apache.kylin.dict.TrieDictionary 2017-05-13 15:14:30,036 ERROR [pool-9-thread-10] common.HadoopShellExecutable:65 : error execute HadoopShellEx

WebStorm 通过git取远端项目 cannot run program "git.exe" and Failed to run git progress

配置一下git的环境变量,由于我没有把Git按照默认目录安装,安装程序也许就没有添加bin目录到系统变量path下. 将    Git所在目录\Git\bin   添加到系统环境变量 path后面. 然后bingo

svn报错cleanup failed–previous operation has not finished; run cleanup if it was interrupted的解决办法

今天在svn提交的时候它卡顿了一下,我以为已经提交完了,就按了一下,结果就再也恢复不了,也继续不了了... 报错 cleanup failed–previous operation has not finished; run cleanup if it was interrupted 试过执行cleanup,结果也是失败,要更新先要cleanup,但是cleanup的失败信息又叫我cleanup……这是一个死循环! 感觉这是一个设计上的缺陷:使用工作队列来保存数据,后一个操作依赖于前一个操作的结