轉自 http://blog.csdn.net/smeyou/article/details/53837019
今天在使用TortoiseSVN提交時發生錯誤,使用clean up時提示
---------------------------
TortoiseSVN
---------------------------
Cleanup failed to process the following paths:
D:\工作\系統
Failed to run the WC DB work queue associated with 'D:\工作\系統', work item
10707 (file-install
src/Content/js/kissy/gallery/form/1.3/uploader/demo/queue.html 1 0 1 1)
不能打開文件“D:\工作\系統\.svn\pristine\a1\a1e5e1ad14bb3725ada717d19301a41e987a2802.svn-base”:
系統找不到指定的文件。
網上找到解決辦法。
step1: 到 sqlite官網 (http://www.sqlite.org/download.html) 下載 sqlite3.exe
找到 Precompiled Binaries for Windows,點擊 sqlite-shell-win32-x86-3080500.zip 下載,300KB左右
step2: 將下載到的 sqlite3.exe 文件復制到 .svn中 wc.db的同級目錄 ,
step3: 開始 -> 運行 -> 打開 cmd命令
打開 wc.db
執行 delete from work_queue;
如圖所示:
step 4: , clean up, 后會提示 清理成功。
(結束)