During the SVN update, a message is displayed indicating that you need to clear the SVN, but the clearing fails. In this case, nothing can be done. The following is the solution.

The situation is shown as follows:

Solution 1:

  1. Download splite3

  1. Create a temporary folder with an English name and copy the decompressed sqlite.exe file to this folder

  2. Find the wc.db file in your SVN folder and copy it to a temporary folder. SVN folder may not be found in SVN file library, because it is hidden.

    Solution (Windows 7) : Click on the menu bar to organize options -> Folders and search options -> View/show hidden files and folders

    Solution (Win10) : File – > view – > hide the selected project (tick on the two boxes shown)

  1. Enter sqlite3 wc.db and press Enter. Then enter select * from work_queue.

  2. If there are query records, enter delete from work_queue. The end. Below:

  1. Copy wc.db from temporary folder and overwrite wC. db from.svn
  2. If the clearing is normal, if the clearing is locked and both the upper and lower levels are locked, select unlock in the clearing options

Finally: Try cleanup again, which can be a bit slow at first.

Solution 2:

1,2,3, same as plan 1

  1. Execute. Table to find all tables. The diagram below:

Select * from wc_lock; select * from wc_lock; There’s something.

  1. performdelete from wc_lock;No more queries.

And finally: Try cleanup again, too.