问题:同步、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

 

相关文章:

  • 2021-11-27
  • 2021-04-21
  • 2022-12-23
  • 2021-04-29
  • 2022-12-23
  • 2021-07-27
  • 2022-01-10
  • 2021-06-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-17
  • 2021-07-04
  • 2021-08-27
  • 2021-09-11
相关资源
相似解决方案