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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM