c# File Compare / Merge

  • Thread starter Thread starter Liz
  • Start date Start date
Liz,

Do you need to be able to do it programmatically, or you are just
looking for a utility that will do this for you?
 
Do you need to be able to do it programmatically, or you are just looking
for a utility that will do this for you?

well I started out here looking for a utility but I'd be in interested in a
programmatic approach as well ....

and thanks to all for the suggestions; they all look good ... I also found
CSDiff, which seems to be useable ...
 
Hi,

I do have windiff in my system, not sure who installed it though :)
 
Liz said:
Does anyone know of a good source file compare utility, with or without
merge capabilities?

TortoiseMerge, part of TortoiseSVN (tortoisesvn.org) has two-way and
three-way line-level merge and sub-line difference highlighting.
 
Hi,

I do have windiff in my system, not sure who installed it though :)

It's delivered with Visual Studio. Doesn't do merges, and it's not all
that sophisticated, but I think what it does, it does a good job at. I
use it on a regular basis. :)

Pete
 
Hi,


Peter Duniho said:
It's delivered with Visual Studio. Doesn't do merges, and it's not all
that sophisticated, but I think what it does, it does a good job at. I
use it on a regular basis. :)

Is it delivered with all version of VS?
IIRC in VS6 (before .NET) it was accesible from the start menu, I have never
seen it in the .NET versions though.
 
[...]

Is it delivered with all version of VS?
IIRC in VS6 (before .NET) it was accesible from the start menu, I have
never
seen it in the .NET versions though.

It's definitely in 2005. I haven't installed 2008 yet, so I'm not sure
about that version. I don't know why they'd stop including it though.

I don't remember for sure whether it's included in the Start menu, but
it's definitely copied with the other tools.

Pete
 
Back
Top