Error updating and submitting svn
1. SVN update error:
Clean up is still wrong.
Error: Previous operation has not finished; run 'cleanup' if it was interrupted
Download tool sqlite:
Link download.csdn.net/download/huozhouhftze/7280553
For easy execution, copy sqlite.exe to the svn project's home directory, which is at the same level as the.svn directory.
Execute the following command to view the log of actions I performed
sqlite3.exe .svn/wc.db "select * from work_queue"
The following is my operating record
11035|(sync-file-flags 150 -new/2017/20170711.xlsx)
11036|(file-remove 21 .svn/tmp/svn-705CD7B6)
Execute the following command to empty the queue
sqlite3.exe .svn/wc.db "delete from work_queue"
After that, there is no problem with executing clean up.
2. Error in submitting svn file
Remains in conflict
Solution:
Use the right-click menu svn - resolve