svn clean

 1. The embedded database is generally managed by sqlite for lightweight. sqlite-shell-win32-x86-3081101.zip

2. To facilitate command line execution, put sqlite3.exe in the main directory of the svn project, at the same level as the .svn directory.

3. Execute sqlite3 .svn/wc.db "select * from work_queue". There are 4 records. Just some of the things I did just now.

226539|(sync-file-flags 93 directory name file name)

226540|(file-remove 21 .svn/tmp/svn-7B43C232)

226541|(sync-file-flags directory name file name)

226542|(file-remove 21 .svn/tmp/svn-7B48224E)

4. Execute sqlite3 .svn/wc.db “delete from work_queue”. Clear the queue.
5. Execute sqlite3 .svn/wc.db "select * from work_queue". Check whether the queue has been emptied, and found that there is no record displayed, indicating that it has been emptied.

svn clean up implementation 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326007908&siteId=291194637
svn