Svn error “Previous operation has not finished”

前端 未结 13 1136
忘掉有多难
忘掉有多难 2021-02-01 16:30

This morning i was committing several items to a svn repository. During the commit operation my operating system crashed and now all svn commands (Including clean up) ends up wi

13条回答
  •  臣服心动
    2021-02-01 17:19

    I am able to solve it in the following way.

    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 separte drive or separate location (out of svn directory)

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

    4) And,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.

提交回复
热议问题