转自 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, 后会提示 清理成功。
(结束)