I got an error today when using TortoiseSVN commits, and when I use clean up it says
—————————
TortoiseSVN
—————————
Cleanup failed to process the following paths:
D:\work\system
Failed to run the WC DB work queue associated with ‘D:\工作\系统’, work item
10707 (file-install
src/Content/js/kissy/gallery/form/1.3/uploader/demo/queue.html 1 0 1 1)
The file “D:\work\system\.svn\pristine\a1\a1e5e1ad14bb3725ada717d19301a41e987a2802.svn-base” cannot be opened:
The system could not find the specified file.
I found the solution online.
step1: Go to sqlite official website (http://www.sqlite.org/download.html) to download sqlite3.exe
Find Precompiled Binaries for Windows, click sqlite-shell-win32-x86-3080500.zip to download, about 300KB
step2: Copy the downloaded sqlite3.exe file to the same level directory as wc.db in .svn
step3: Start -> Run -> Open cmd command
Open wc.db
Execute delete from work_queue;
As shown in the figure.
step 4: clean up, and then you will be prompted to clean up successfully.
Done!
Similar Posts:
- SVN:sqlite[S5]:database is locked [How to Solve]
- An error occurs when SVN executes the clean up command
- How to Solve SVN Error: “Previous operation has not finished; run ‘cleanup’ if it was interrupted“
- [Solved] SVN Error: “Failed to run the WC DB work queue associated with”
- svn cleanup failed–previous operation has not finished [Solved]
- Sqlite – constraint failed[0x1555]: UNIQUE constraint failed
- Using SQLite to show undefined reference to ` SQLite3_ open’…
- Xamarinsqlite tutorial installing SQLite / SQL Server Compact toolbox
- centos ModuleNotFoundError: No module named ‘_sqlite3’
- Using pyenv causes the problem that python3 cannot import SQLite3