Subversion post-merge tree conflict - “local delete, incoming edit upon merge”

后端 未结 4 875
独厮守ぢ
独厮守ぢ 2021-01-31 17:08

I did a merge between the trunk and a branch.

On the trunk, there is a folder, let\'s say templates/Toto.

On the branch, everything but the folder Toto is there

4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-31 17:53

    If the following doesn't work (it didn't for me), try it through the IDE. I tried it through Netbeans and it worked.

    First select the directory and resolve conflicts. It automatically asks whether you want to accept your working directory structure.

    svn resolve --accept working templates/Toto
    

提交回复
热议问题