4

Once again I having to merge code between branches and the textual merge tool is finding a lot of conflict in the project files.

I expect that a tool that understood a project file (files add/removed and compile options changed) could do the 3 way merge with ease.

Is there such a tool?

(For better or for worse, we have long lived branches paid for (and controlled) by different customers, as well as the “main” branch for all new customer, so continuous integration is not an option at present.)

NGaida
  • 688
  • 3
  • 10
Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317

2 Answers2

1

Have a look at:

Tools for SLN file (Visual Studio Solution file) http://slntools.codeplex.com/

and Project Merge (€19 per user) http://www.projectmerge.com/index.php

Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317
Perhentian
  • 860
  • 8
  • 12
  • "As of 2016-01-20 Project: Merge is officially a discontinued product and we are therefore no longer selling new licences." – Tony O'Hagan Nov 09 '16 at 00:27
0

I think, you can at least try Altova DiffDog, which is XML-aware differ-editor. Not cheap, but power and flexible

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110