How to resolve “local edit, incoming delete upon update” message

后端 未结 7 1445
自闭症患者
自闭症患者 2021-01-29 17:19

When I do a svn status ., I get this:

!     C auto-complete-config.elc
      >   local edit, incoming delete upon update
!  +  C auto-complete.el         


        
7条回答
  •  灰色年华
    2021-01-29 18:04

    If you haven't made any changes inside the conflicted directory, you can also rm -rf conflicts_in_here/ and then svn up. This worked for me at least.

提交回复
热议问题