1.下载sqlite3.exe
2.找到你项目的.svn文件,查看是否存在wc.db
3.将sqlite3.exe放到.svn的同级目录
4.启动cmd执行sqlite3 .svn/wc.db "select * from work_queue",看到很多记录
5.下一步执行delete from work_queue,如图,再cleanup就可以了

相关文章:

  • 2021-09-19
  • 2021-09-15
  • 2021-09-15
  • 2022-12-23
  • 2021-06-19
  • 2021-07-21
  • 2021-07-08
  • 2021-12-03
猜你喜欢
  • 2021-09-20
  • 2021-09-25
  • 2021-06-21
  • 2021-08-31
  • 2022-12-23
  • 2022-02-08
  • 2021-12-03
相关资源
相似解决方案