昨天公司报毒,装了杀软,删除了svn目录里的某个文件,导致无法更新,cleanup提示"Previous operation has not finished; run 'cleanup' if it was interrupted",使用svn cleanup显示:“svn: E155009: Failed to run the WC DB work queue associated with”,想是svn记录队列冲突了吧。

解决过程:

1、将sqlite3.exe拷贝至问题目录下的.svn文件夹中。

2、命令行,进入此文件夹。

3、依次执行命令:'sqlit3 wc.db'、'.table'和'delete from work_queue;'

4、进行cleanup操作,问题解决。

svn "Previous operation has not finished; run 'cleanup' if it was interrupted"解决办法

相关文章:

  • 2021-12-21
  • 2021-05-06
猜你喜欢
  • 2021-07-24
  • 2021-04-27
  • 2022-03-05
  • 2021-12-03
  • 2021-05-23
相关资源
相似解决方案