SVN:Clean Up失败:修订间差异

来自WHY42
imported>Soleverlee
以“错误信息: <pre> svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted </pre> 600px 解决...”为内容创建页面
 
imported>Soleverlee
无编辑摘要
 
(未显示同一用户的1个中间版本)
第3行: 第3行:
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted
</pre>
</pre>
[[Image:Svn-Clean-Error.png|600px]]
[[Image:Svn-Clean-Error.png]]


解决办法是进入到.svn目录,
解决办法是进入到.svn目录,
第10行: 第10行:
sqlite wc.db
sqlite wc.db


delete * from work_queue
delete from work_queue
</source>
</source>


然后重新clean up一下就可以了,可能需要勾选"Break Locks"
然后重新clean up一下就可以了,可能需要勾选"Break Locks"


[[Image:Svn-Sqlite-Clean.png|600px]]
[[Image:Svn-Sqlite-Clean.png]]


[[Category:Linux/Unix]]
[[Category:Linux/Unix]]

2016年10月15日 (六) 08:10的最新版本

错误信息:

svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted

解决办法是进入到.svn目录,

cd c:/xxx/.svn
sqlite wc.db

delete from work_queue

然后重新clean up一下就可以了,可能需要勾选"Break Locks"