zoukankan      html  css  js  c++  java
  • SVN报Previous operation has not finished; run 'cleanup' if it was interrupted错误的解决方法

      做着项目突然SVN报Previous operation has not finished; run 'cleanup' if it was interrupted,进度又要继续,烦。百度一下发现很多解决方案,自己马上尝试的解决,还有点意思,记录一下。 
      1.下载sqlite3.exe   
      2.找到你项目的.svn文件,查看是否存在wc.db
      3.将sqlite3.exe放到.svn的同级目录
      4.启动cmd执行sqlite3 .svn/wc.db "select * from work_queue"
      5.看到很多记录,下一步执行delete from work_queue
      6.现在在到项目里面,执行cleanup。 以为可以了,突然又报 already-locked.以为是eclipse的clean,其实是右击选择小乌龟的cleanup
      提交突然又报什么out date。其实是SNV冲突了。重新对比一下就会发现是项目冲突了。问题解决。

      

  • 相关阅读:
    BJDCTF-WP
    Python 每日一练(4)
    Python 每日一练(3)
    BUUCTF Crypto
    Python每日一练(1)
    Python 每日一练(2)
    oracle 组函数
    oracle 组函数
    oracle
    前端实战遇到问题
  • 原文地址:https://www.cnblogs.com/liaoweipeng/p/5633325.html
Copyright © 2011-2022 走看看