1.從http://www.sqlite.com/download.html下載 for Windows: download a pre-compiled binary解壓到.svn上級目錄下,要選擇有.exe文件的那個。
2.打開cmd進入.svn上級目錄,執(zhí)行 sqlite3 .svn\wc.db "select * from nodes where checksum like ‘%d9b41b57756396b9cb236801fc02e0da0a83dffe‘"
記得有個百分號的。
3.執(zhí)行 sqlite3 .svn\wc.db "update nodes set presence=‘not-present‘ where checksum like ‘%d9b41b57756396b9cb236801fc02e0da0a83dffe‘"
4.右鍵svn cleanup,重復第二歩和第三歩?;蛘哌@個時候就進行update試一下。