How to solve SVN cleanup failure and path display garbled problem

Source: Internet
Author: User

    • ##############################
    • First check under your updated directory whether there is a program running, the file is occupied, and the process or running in the Update directory service, which will also lead to updates, cleanup failure
    • ##############################
  1. The following reference and Baidu experience http://jingyan.baidu.com/article/295430f1d728830c7e0050f9.html
  2. Download SQLite database tool, Sqlite3.exe:sqlite official website http://www.sqlite.org/download.html, I here is the Windows operating system, so download precompiled Binaries For Windows version of the compressed package can be
  3. Copy the downloaded Sqlite3.exe file to a directory on your local disk, and my directory is D:\TOOLS\SVN

  4. Then find the local SVN file library under the. svn/wc.db file, copy it to the D:\TOOLS\SVN directory, if you don't see the. svn folder, you need to show hidden files and folders from the operating system tools-options-View Settings" "is selected.

  5. Click Start-to-run cmd, open the cmd window, and enter the following command:

    D:

    CD D:\TOOLS\SVN

    Sqlite3 wc.db

    select* from Work_queue;

    If the query has a record at this point, execute the following command:

    Delete from Work_queue;

  6. Overwrite the D:\tools\svn\wc.db file with the local SVN vault directory. wc.db file under the SVN directory

  7. Then right-click on the local SVN repository directory and execute clean up, it will be cleaned up normally.

How to solve SVN cleanup failure and path display garbled problem

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.