vote up 8 vote down star
2

I've been using Subversion for a while now. I love it. And the feature I use the most is diff. But sometimes it is really frustrating when your comparison windows is filled with changes like: block inserted here, block deleted here. Just because you moved some methods around in your last refactoring session.

All the tools I've see (TortoiseSVN-Compare, KDiff3, Eclipse-Compare, WinMerge) are nice but they aren't as good as I'd like them to be. What I'm missing the most is the ability to detect block movement. And it would be nice if the tool could display multiple revisions of a file in a nice side by side view.

Which tool do you use?

flag

Sounds like you have the start to build your own diff tool!?! – Brettski Sep 18 '08 at 19:31
What do you mean by block movement? You mean if I move a method to be a few methods down (in order) it will go 'Ah ha!' and visualise the fact that it's moved somehow? – SCdF Sep 18 '08 at 19:31
Exactly. I dont want to see two changes: you deleted here something, and here you added something. I would like the tool to detect that is actually the same block. This happens a lot if you do refactoring. – Eduard Wirch Jan 27 at 15:13

21 Answers

vote up 5 vote down check

This was discussed before in Best Diff Tool

I have used WinMerge, Beyond Compare & Araxis Merge.

Ofcourse you can configure tortoise to use any of the above to show diff.

In my opinion, Araxis Merge is the best. Especially the reporting options are very handy for both for integration [delta releases] and management reporting!!

link|flag
vote up 1 vote down

The two I've used and like are Araxis Merge, and Beyond Compare.

link|flag
vote up 4 vote down

It's hard to beat Araxis Merge.

http://www.araxis.com/merge/index.html

link|flag
vote up 18 vote down

I've been very happy with Beyond Compare.

link|flag
vote up 1 vote down

Beyond Compare and KDiff3

link|flag
vote up 2 vote down

Beyond Compare. Since version 3 it's available for Linux, too!

link|flag
vote up 1 vote down

I am a big fan of KDiff3 http://kdiff3.sourceforge.net/

Multi-platform, comparison, merging, and much more. Still none of the "block movement" though.

Perforce's P4Diff/P4Merge tools are rather well-made too.

link|flag
vote up 9 vote down

WinMerge gets it done for me

link|flag
vote up 2 vote down

On Linux, meld.

link|flag
vote up 0 vote down

I use WinMerge as well, does exactly what I need it to do.

link|flag
vote up 0 vote down

I've been using ExamDiff Pro for ever. I've never felt the need to look for another one. Compares by line, by word, by character, compares directories, then compares the file pairs if needed ... the list goes on. Oh, and it's really ease to update either file of the comparison.

link|flag
vote up 5 vote down

In WinMerge, check off "Enable moved block detection" under options|compare.

link|flag
vote up 1 vote down

I'll throw in another vote for Araxis Merge. It works well with Perforce.

link|flag
vote up 2 vote down

The DiffMerge works fine for me.

[]´s

link|flag
vote up 0 vote down

Beyond Compare has been solid for me, but then so has TortoiseSVN.

link|flag
vote up 0 vote down

I used to like Araxis Merge a lot.

Now I use WinMerge because I'm el cheapo.

link|flag
vote up 0 vote down

I love WinMerge but the subversion one is also useful.

link|flag
vote up 0 vote down

For me, the way the tool is integrated into the IDE or the file manager you use, is more important than the quality of the tool itself. Most file compare tools do descent job. What is important for me is how easy it is to launch the tool loaded with the files you want to compare.

When working on code I use Tortoise-Merge which I launch directly from Visual Studio + VisualSVN.

Outside the IDE I use Total Commander for file management, and I really like the way the file compare tool that comes with it is integrated. I can't really describe it but it is really cool, intuitive and fast.

link|flag
vote up 0 vote down

Compare It from http://www.grigsoft.com/ It's so cool, I almost want to pay for it again every time it saves my butt.

link|flag
vote up 0 vote down

+1 for beyond compare

link|flag
vote up 0 vote down

I have tested most of the most popular ones WinMerge, Beyond Compare, ARaxis Merge, kDiff.

All failed to detect two similar blocks in different locations.

So the answer is that at text/text comparison they are all mostly garbage(except Araxis maybe). And the question should be: Which is the less worst file comparison program?

link|flag

Your Answer

Get an OpenID
or

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