Tools for SVN Merging

后端 未结 10 1301
盖世英雄少女心
盖世英雄少女心 2020-12-16 12:02

SVN merging is very time consuming (especially on large code bases) and error prone. Eclipse and Netbeans plugins don\'t serve me very well. At the moment I\'m using a combi

10条回答
  •  时光取名叫无心
    2020-12-16 12:20

    Actually there are reports of people using git-svn or hg-svn bridges to download a tree, preform a merge, then upload the merge. Doesn't solve the messiness part but the increased speed of the merge makes it less tedious.

提交回复
热议问题