from pristine store, because no checksum is recorded for this file


问题:同步、cleanup都会出现下面的提示


svn: E155017: Can't install '*' from pristine store, because no checksum is recorded for this file


svn报错:“Previous operation has not finished; run 'cleanup' if it was interrupted“ 

 

解决方案:


1.使用sqlite操作本地svn的仓库根目录,我直接进到svn的仓库根目录,找到了.svn隐藏目录。

zz@T630:VC$ sqlite3 .svn/wc.db 
SQLite version 3.13.0 2016-05-18 10:57:30
Enter ".help" for usage hints.
sqlite> select * from work_queue;
2009023|(file-install vc/branches/svn-1576-sdk/readme 1 0 1 1)
sqlite> delete from work_queue;

执行完上面的代码后,再执行svn cleanup和svn up就正常了

sqlite配置下载安装教程

转发:https://blog.csdn.net/k7arm/article/details/81168416

 

posted @ 2020-05-29 14:28  韦邦杠  阅读(1774)  评论(0编辑  收藏  举报