22
Mar 2024
Svn Cleanup Failed to Run the WC Db Work Queue Associated With
-
go to https://www.sqlite.org/download.html and download sqlite-tools,
-
copy sqlite3.exe to
/.svn/. -
run cmd or powershell in
/.svn/. -
access wc.db:
sqlite3 wc.db
- find error message:
select * from work_queue;
- delete error message:
delete from work_queue;
- run svn cleanup command again.