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

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

    I just had a similar issue. Running Process Explorer showed that another program (Notepad++) had a file handle to a folder that SVN had tried to delete. When I closed Notepad++, "Clean Up" was able to run successfully.

提交回复
热议问题