问题及现象:

svn 在 update 时报错 Please execute the 'Cleanup' command.

按照提示 cleanup操作时 又 继续报错 Failed to run the WC DB work queue associated

SVN update 时报错 Please execute the 'Cleanup' command. 继续报错 Failed to run the WC DB work queue ass...

解决办法:

1、下载sqlite3工具工具

2、将解压的文件拷贝到 你报错的项目目录的 .svn 目录里面(wc.db文件同目录)

3、cmd命令行cd 到 步骤2的 目录中  

4、执行命令(注意替换红色文字为你自己的本地目录文件) :sqlite3.exe F:\SVN\Project\.svn\wc.db "delete from work_queue"

5、enter键执行步骤4里的命令后,等待几十秒左右,再去你的项目目录,执行update 即可。到此该问题解决完毕。
 

 

相关文章:

  • 2021-04-12
  • 2022-12-23
  • 2021-07-25
  • 2021-12-03
猜你喜欢
  • 2021-08-24
  • 2022-12-23
  • 2021-09-10
  • 2021-08-07
  • 2022-01-21
  • 2022-01-07
  • 2021-06-15
相关资源
相似解决方案