What is the proper way to do a Subversion merge in Eclipse?

前端 未结 9 1020
深忆病人
深忆病人 2021-01-30 11:58

I\'m pretty used to how to do CVS merges in Eclipse, and I\'m otherwise happy with the way that both Subclipse and Subversive work with the SVN repository, but I\'m not quite su

9条回答
  •  再見小時候
    2021-01-30 12:34

    Use Eclipse integration, it works perfectly fine.

    The main change from CVS, is that you only merge deltas from a branch, ie changes from one revision to another. That is to say you have to track the correct start revision somehow (unless you have svn 1.5 merge history)

    If you got that right, it's only up to you to get the changes right with the compare editor.

提交回复
热议问题