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

后端 未结 29 2778
情歌与酒
情歌与酒 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:38

    Workaround that worked for me:

    1. Cut the content of your directory and copy it to another folder.
    2. Run cleanup from command line on the empty folder.
    3. Copy the files back in the original folder.

    Done, but I cannot explain why this happens. If you don't remove the files, the cleanup command say that he can't read/write those files.

提交回复
热议问题