Subversion stuck due to “previous operation has not finished”?

后端 未结 29 2569
情歌与酒
情歌与酒 2020-12-12 08:48

If I try to update my subversion repo, it says I must run cleanup. If I run cleanup, it says a file is missing. (I deleted a MASSIVE directory of files that failed to commit

相关标签:
29条回答
  • 2020-12-12 09:41

    I got the same problem, in my case I was using svn tortoise with the application I mean. Using the cmd shell of windows in root mode I applied svn cleanup and then svn update.... Then you can comeback to the application mode aand it will work perfectly!

    0 讨论(0)
  • 2020-12-12 09:41

    In my case, the error appeared when trying to commit from within an IDE. When I executed the commit of the same directories with TortoiseSVN in the explorer, the operation succeeded.

    0 讨论(0)
  • 2020-12-12 09:46

    delete the svn from the main folder and replace it from another viable copy you have from elsewere.and then update. svn folder will be normally a hidden folder. So, please make sure, to unhide the folder before doing the above steps.

    0 讨论(0)
  • 2020-12-12 09:48

    I initially got this problem trying to check in with TortoiseSVN. Initially, both, TortoiseSVN clean up and console svn cleanup both failed with similar messages as the original poster.

    But my solution, (found out accidentally) was just to wait a few minutes. I am thinking TSVNCache was holding on to some of those files at the time of check in.

    0 讨论(0)
  • 2020-12-12 09:50

    hi guys in my cases after i close Visual Studio and retry to CleanUp it work have good time

    0 讨论(0)
  • 2020-12-12 09:52

    Running console svn cleanup has solved the same problem for me.

    0 讨论(0)
提交回复
热议问题