问题描述
在使用svn checkout一个项目时报错:
svn: E155009: Failed to run the WC DB work queue associated with '/home/.../doc', work item 39 (file-install doc/{U+7ED3}{U+7B97}{U+5FEB}{U+7167}.doc 1 0 1 1)
查看我的目录,发现文件没有完全checkout下来,于是想要执行svn update进行更新,结果报错。让我先执行cleanup
[nigel@DevTJ-todo-1507091995 ~/]$ svn update
svn: E155037: Previous operation has not finished; run 'cleanup' if it was interrupted
执行svn cleanup 时也报错,让我
[nigel@DevTJ-todo-1507091995 ~/]$ svn cleanup
svn: E155009: Failed to run the WC DB work queue associated with '/home/...', work item 39 (file-install doc/{U+7ED3}{U+7B97}{U+5FEB}{U+7167}.doc 1 0 1 1)
到了这里,已经完全没法执行下去了。
原因分析
遇到问题当然是要先google,在Stack Overflow上找到了一篇说明该问题的文章链接: