今天在 通过 SVN 合并代码的时候报了如下的错误 ”Previous operation has not finished; run 'cleanup' if it was interrupted“,无论尝试什么操作都是报相同的错误,遂在网上找了资料查了一下,问题解决了,记录一下问题解决的方法。

 

1.下载  sqlite 内嵌数据库管理工具 sqlite3.exe

2.将sqlite3.exe 放置于SVN 项目的.svn 文件内,如图

SVN 操作报错 “Previous operation has not finished; run 'cleanup' if it was interrupted“

3.删除 sqlite 数据库中的操作队列表 WORK_QUEUE,详细方法如下

SVN 操作报错 “Previous operation has not finished; run 'cleanup' if it was interrupted“

 

重新cleanup 一下SVN 项目,问题解决!

 

问题产生原因:

可能是频繁做了一些改名,文件打开的时候更新或者提交操作,导致svn罢工了。这个也该算是svn的bug吧,

其他原因待调查。。。。。。

 

相关文章:

  • 2021-12-03
  • 2021-05-23
  • 2021-12-21
猜你喜欢
  • 2021-08-24
  • 2021-12-01
  • 2021-11-28
  • 2021-05-18
  • 2021-07-24
  • 2021-04-27
  • 2022-03-05
相关资源
相似解决方案