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

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

    follow below steps.

    1) Go to the directory where you are not able to successfully clean up via svn.(Root folder or child folder).

    2) Select .svn folder in the directory, cut that folder and paste it in the separate drive or separate location (out of svn directory)

    3) Now, go back to the directory - right click and select TortoiseSVN -->Repo-browser

    4) Checkout the folder(it will not perform fresh checkout).

    5) All your items will be versioned again, and it will repair the internal issue of svn, and problem should be solved.

提交回复
热议问题