SVN cleanup failed and path display garbled problem

Source: Internet
Author: User

SVN is often used as a version Management Server, in the process of using the clean up operation to complete the local file and server file information and version information synchronization, but sometimes when the cleanup command prompt "cleanup failed, perform cleanup", and the hint of the Chinese path is garbled, Most of this problem is due to work queues and tasks that do not perform.

1, download SQLite database Tools, 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.

2. Copy the downloaded Sqlite3.exe file to a directory on the local disk, D:\TOOLS\SVN.

3. Locate the local SVN file library under the. svn/wc.db file, copy it to the D:\TOOLS\SVN directory, and if you do not see the. svn folder, you need to select "Show hidden files and folders" from the operating system tools-options-view setting.

4. 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;

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

6, then right click on the local SVN file library directory, execute clean up, it can be cleaned up normally.

SVN cleanup failed 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.