svn在遇到"cleanUp"后,run 'cleanup' if it was interrupted
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svn在遇到"cleanUp"后,run 'cleanup' if it was interrupted相关的知识,希望对你有一定的参考价值。
记得之前遇到过一次类似问题。svn在更新的时候,提示clean up 。然后操作后,发现会一直有这个问题,而且不能更新和提交。
上网找答案了很久。终于找到了。是需要清理svn本身数据库的工作队列。因为队列冲突了,更新不行,提交也不行。
故需要下载sqlite(https://www.yunqa.de/delphi/products/sqlitespy/index)工具连接svn的数据库。原来的解决方案是放到项目的.svn目录下,然后找到wc.db文件。使用命令查询和删除work_queue表。现在最新版本的工具,可以直接open此文件。进行select 和delete操作。
其实这个问题很常见,但是也挺生僻。再次记录下来,或许对别人有帮助。
赠人玫瑰,手有余香。
本文出自 “墨小泊的工作历程” 博客,请务必保留此出处http://moxiaobo.blog.51cto.com/6784434/1899907
以上是关于svn在遇到"cleanUp"后,run 'cleanup' if it was interrupted的主要内容,如果未能解决你的问题,请参考以下文章
SVN遇到Cleanup failed to process the following paths错误的解决方法
如何解决svn清理失败 不能更新 cleanup失败 cleanup乱码 更新乱码 svn更新提示清理 清理乱码不能清理 svn故障修复SVN cleanup 陷入死循环 svn cleanup时遇
SVN 执行cleanup报错:Cleanup failed to process the following paths
Previous operation has not finished; run 'cleanup' if it was interrupted svn错误