Merging of branch to trunk in SVN using Eclipse

后端 未结 3 1348
花落未央
花落未央 2021-01-30 00:20

I am looking forward to merge my codes which I developed in a branch of SVN to the trunk. I am using Eclipse and I have been using Team->Commit to commit my updates to the SVN.

3条回答
  •  抹茶落季
    2021-01-30 00:42

    I would like to add for Point 8 .Review changes and resolve conflicts. ---

    When working on conflicts manually- when you do copy from right to left on chunks of code - Be careful Sometimes chunk of code gets added, sometimes it properly replaces the chunk. Make sure there is no duplicate chunk of code.

    Also, this is helpful-- What is the proper way to do a Subversion merge in Eclipse?

提交回复
热议问题