【SVN】总结(2):svn报错(2016-03-23)

简介: svn客户端报错
1、更新报错:
68aa727cce8a5ba232dfb00bbe62dfcb80f349da
2、原因:
上次cleanup中断,导致无法更新,需要cleanup,但是cleanup也出错,cleanup进入一个死循环

3、解决方案:
使用sqlite清空svn的工作队列,就可以进行cleanup操作了

4、步骤:

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




目录
相关文章
|
数据库管理
SVN 执行cleanup报错:Cleanup failed to process the following paths : 解决方法
引用:https://www.cnblogs.com/pinpin/p/11395438.html 在SVN更新时提示文件被锁住了,要求执行 clean up操作,执行clean up时又报clean up failed。造成的原因是在某次更新后,点击了cancel按钮,操作没有完成所以会锁住。解决方法如下:
1260 0
|
6月前
|
iOS开发 MacOS
MAC OS更新系统后IDEA中的SVN报错无法使用
MAC OS更新系统后IDEA中的SVN报错无法使用
|
6月前
|
数据库管理
Mac检出svn checkout报错 svn: E200030: SQLite 编译为 3.39.5,但是运行于 3.39.4
Mac检出svn checkout报错 svn: E200030: SQLite 编译为 3.39.5,但是运行于 3.39.4
268 0
|
12月前
|
XML 数据格式
svn报错-ra_serf: The server sent a truncated HTTP response body.
svn报错-ra_serf: The server sent a truncated HTTP response body.
470 1
svn编译报错SRTO_STRICTENC
svn编译报错SRTO_STRICTENC
56 0
|
iOS开发 MacOS
MAC OS更新系统后IDEA中的SVN报错无法使用
IntelliJ IDEA无法正常使用SVN 报Cannot run program “svn” (in directory “/XXXX/XXXX/XXXX/XXX”): error=2错误! 解决方法来了!
SVN报错:cannot overwrite the existing versioned item at
SVN报错:cannot overwrite the existing versioned item at
93 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法
250 0
svn报错:“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“ 的解决办法