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

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

    I had the same issue, what worked for me:

    1. Copy your folders and files to another place, say to a folder (I changed my files recently and the commitment failed and led to the addressed problem)
    2. check out a new working copy
    3. copy your changed files from folder to your working copy and override existing files. Commiting / Updating should work now

提交回复
热议问题