Tools for SVN Merging

后端 未结 10 1298
盖世英雄少女心
盖世英雄少女心 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:32

    Which platform are you running on? On Windows I use TortoiseSVN to carry out most diffs and merges pretty easily. Only some of the more complicated strands of diffs are performed with UltraCompare.

    0 讨论(0)
  • 2020-12-16 12:36

    Best tool I've currently found for Linux is submerge from subcommander package. Here is how to use this and integrate with eclipse.

    0 讨论(0)
  • 2020-12-16 12:40

    I've used svnmerge and it helps a lot. It's a command line utility, so it may not be the best tool for everyone, but it's good for me.

    0 讨论(0)
  • 2020-12-16 12:44

    I really like Sourcegear Diffmerge. http://www.sourcegear.com/diffmerge/

    0 讨论(0)
提交回复
热议问题