How to Solve SVN Error: cleanup failed to process the following paths

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: