svn执行clean up命令时报错

Posted feirenraoyuan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了svn执行clean up命令时报错相关的知识,希望对你有一定的参考价值。

svn报错:“Previous operation has not finished; run cleanup if it was interrupted“ 的解决方法

svn执行clean up命令时报错“Previous operation has not finished; run cleanup if it was interrupted”。 无论你到那个父层次的目录执行“clean up “,都是报一样的错。后将代码删除,想重新check out 都不行。


sqlite3 下载

下载地址 https://www.sqlite.org/2019/sqlite-tools-win32-x86-3300100.zip 

本地.svn\\wc.db数据库文件里面存储了svn的operation,表名是work_queue。

wc.db数据库文件可以用sqlite3打开。到网上下载sqlite3.exe,解压到D:\\Offsite\\.svn文件夹下,解压后的sqlite3.exe才475KB大小。


1. 运行cmd,进入D:\\Offsite\\.svn文件夹下,执行sqlite3 wc.db,打开数据库

2. 执行.table 可以查看表名

3执行delete from work_queue; 命令。

4. 重试 clean up 操作,问题解决。

以上是关于svn执行clean up命令时报错的主要内容,如果未能解决你的问题,请参考以下文章

svn clean up 出错解决方案

svn clean up命令的使用

Maven问题 不重启解决执行clean package 命令时报错——Cannot create resource output directory

Maven问题 不重启解决执行clean package 命令时报错——Cannot create resource output directory

执行svn命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”

SVN中如何执行clean up