Some resources were not updated. Previous operation has not finished; run 'cleanup' if it was interrupted

原因:更新svn项目出错,此时cleanup也会出错

参考两篇文章:

  1.https://stackoverflow.com/questions/22715303/svn-error-previous-operation-has-not-finished

   (上面这个网站需要FQ)

  2.http://www.cnblogs.com/simmonner1999/p/5533465.html

注意:.svn文件夹是个隐藏文件夹

步骤:1.下载sqlite3.exe

   2.显示隐藏的文件夹

   3.在.svn文件夹下打开命令窗口(shift+单击右键)  先执行   sqlite3.exe .svn/wc.db "select * from work_queue"

   4.在执行sqlite3.exe .svn/wc.db "delete from work_queue"

   5.Cleanup项目  (项目单击右键-->Team-->Cleanup)

   

posted @ 2017-07-24 11:01  罗江  阅读(1312)  评论(0编辑  收藏  举报