Svn error “Previous operation has not finished”

前端 未结 13 1310
忘掉有多难
忘掉有多难 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:13

    • Run svn cleanup against your working copy (show us the result if it errors our)

      or

    • Checkout a fresh working copy using svn checkout command and copy your changes from the broken wc to this one. Run commit again via the new working copy.

提交回复
热议问题