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

后端 未结 4 912
独厮守ぢ
独厮守ぢ 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:31

    svn resolve --accept theirs-full templates/Toto
    

    This should bring it the folder from trunk w/out you having to manually copy it

提交回复
热议问题