Workaround for SVN cleanup failure (cleanup failure)
Workaround for SVN cleanup failed (clean up failed)
Reference: Http://www.tuicool.com/articles/biy6na
Workaround:
Step1: Download to SQLite website (http://www.sqlite.org/download.html) Sqlite3.exe
Find precompiled Binaries for Windows, click sqlite-shell-win32-x86-3080500.zip Download, about 300KB
Step2: Copy the downloaded Sqlite3.exe file to a temporary directory on the local disk (my SVN source code is on the shared disk and I find that SQLite is always unable to find the SVN wc.db file).
Step3: Then set the SVN source code folder and file to display all files (including hidden files), you will find the. svn/wc.db file, copy it to Step2 's temporary directory
Step4: Open cmd command, start-to-run
Open wc.db
Execute delete from Work_queue;
:
Step 5: Overwrite the wc.db in the. SVN directory of the SVN source code
Step 6: Right-click on the SVN source code, clean up, wait about 1-5 minutes, and then prompt for cleanup success.
:
End
Workaround for SVN cleanup failure (cleanup failure)