averainy's Blog

averainy

22 Mar 2024

Svn Cleanup Failed to Run the WC Db Work Queue Associated With

  1. go to https://www.sqlite.org/download.html and download sqlite-tools,

  2. copy sqlite3.exe to /.svn/.

  3. run cmd or powershell in /.svn/.

  4. access wc.db:

sqlite3 wc.db
  1. find error message:
select * from work_queue;
  1. delete error message:
delete from work_queue;
  1. run svn cleanup command again.

Categories

Tags