vote up 6 vote down star
1

I really like Araxis Merge for a graphical DIFF program for the PC. I have no idea what's available for linux, though. We're running SUSE linix on our z800 mainframe. I'd be most grateful if I could get a few pointers to what programs everyone else likes.

Thanks, Scott

flag

14 Answers

vote up 0 vote down

I am using ubuntu and installed meld package. Meld is a very good graphical diff/merge program.

link|flag
vote up 1 vote down

Diffuse (http://diffuse.sourceforge.net/) is also very good. It even lets you easily adjust how lines are matched up.

link|flag
vote up 0 vote down

xxdiff is lightweight if that's what you're after.

link|flag
vote up 0 vote down

I have used Meld once, which seemed very nice, and I may try more often. vimdiff works well, if you know vim well. Lastly I would mention I've found xxdiff does a reasonable job for a quick comparison. There are many diff programs out there which do a good job.

link|flag
vote up 0 vote down

Kompare is fine for diff, but I use dirdiff. Although it looks ugly, dirdiff can do 3-way merge - and you can get everything done inside the tool (both diff and merge).

link|flag
vote up 2 vote down

If you use vim, you can use the inbuilt diff functionality. vi -d file1 file2 takes you right into the diff screen.. where you can do all sort of merge and deletes.

link|flag
The prime advantage of using an editor to 'diff' files is that you can manually edit the files in place. Additionally, VIM automatic diff folding lets you see just the differences and expand the hidden code only when you need it. – nimrodm Feb 11 at 7:47
vote up 0 vote down

I generally need to diff codes from subversion repositories and so far eclipse has worked really nicely for me... I use KDiff3 for other works.

link|flag
vote up 0 vote down

I use Guiffy and it works well.
alt text

link|flag
1  
We used to Guiffy at work until we discovered several very serious issues with it. For example, on large files it may merge part of the file, then just fail, leaving a partially merged file. It had even more interesting issues as well, like graphical ">" characters becoming a part of the merge. – littlenag Oct 9 '08 at 21:34
vote up 0 vote down

Subclipse for Eclipse has an excellent graphical diff plugin if you are using SVN (subversion) source control.

link|flag
vote up 0 vote down

Meld is frickin' awesome. Seriously.

link|flag
vote up 5 vote down

BeyondCompare has also just been released in a Linux version.

Not free, but the Windows version is worth every penny - I'm assuming the Linux version is the same.

link|flag
1  
BeyondCompare is great IMO, better than all the integrated-with-version-control diff tools and ide-packaged or OS standard diff tools I've ever used. +1 – davenpcj Sep 22 '08 at 3:23
This is a great windows app, I've never used it on Linux. – Daniel Jun 29 at 19:00
vote up 1 vote down

There is DiffMerge from SourceGear. It's pretty good. Araxis Merge is one of the programs I miss from Windows. I wonder if it works under Wine ;) Might have to give it a try

link|flag
vote up 1 vote down

Meld and KDiff are two of the most popular.

link|flag
vote up 11 vote down

I know of two graphical diff programs: Meld and KDiff3. I haven't used KDiff3, but Meld works well for me.

It seems that both are in the standard package repositories for openSUSE 11.0

link|flag
1  
I've found Meld to be pretty powerful also, although it does tend to be a sluggish on very large files. – stephen mulcahy Sep 22 '08 at 11:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.