天天看點

svn please execute the 'Cleanup' command.

1.  svn 報這個錯: please execute the 'Cleanup' command

svn please execute the 'Cleanup' command.

2.   下載下傳sqllite

https://www.sqlite.org/download.html  

下載下傳sqlite-tools-win32-x86-3290000 這種類型包

3. 把sqllite3.exe,複制到.svn的同級目錄

svn please execute the 'Cleanup' command.
4.  在.svn的同級目錄,執行如下指令

sqlite3.exe .svn/wc.db "select * from work_queue"

   該指令可以檢視目前挂起的svn操作

sqlite3.exe .svn/wc.db "delete from work_queue"

    該指令可以删除目前挂起的svn操作
svn please execute the 'Cleanup' command.

5.  執行删除後再執行cleanup就可以

svn please execute the 'Cleanup' command.