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

编程入门 行业动态 更新时间:2024-10-11 09:28:03

解决SVN“Failed to run the WC DB work queue associated with”<a href=https://www.elefans.com/category/jswz/34/1771449.html style=错误"/>

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

2019独角兽企业重金招聘Python工程师标准>>>

错误信息:

Error:Error performing cleanup for 'D:\Personal\Sha\Work\FE\SVN\feauto\feauto\trunk\fe_server': svn: E155009: Failed to run the WC DB work queue associated with 'D:\Personal\Sha\Work\FE\SVN\feauto\feauto\trunk\fe_server', work item 1393 (file-install feauto/trunk/fe_client/config/db.yaml 1 0 1 1)
svn: E720005: Can't move 'D:\Personal\Sha\Work\FE\SVN\feauto\.svn\tmp\svn-BEA58468' to 'D:\Personal\Sha\Work\FE\SVN\feauto\feauto\trunk\fe_client\config\db.yaml': �ܾ����ʡ�

错误原因:

在svn checkout/commit/update时,如果文件名中存在无法识别的符号,那么checkout操作会阻塞后面的其他操作——包括cleanup;

错误解决:

解决方法:清空svn的队列

1.下载sqlite3.exe;

参考地址:.html

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,完全没问题了,图标状态也已经恢复了;

更多推荐

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

本文发布于:2024-03-06 01:11:37,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1713961.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:错误   run   Failed   SVN   WC

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!