Yay for kdiff3

March 21, 2011

This weekend I reviewed some old trac tickets and found one that had a fix in a support script, released over a year ago, and a related change that would provide a performance improvement to the web application.  The change, which was never tested, was in a diff file created in the containing directory, so it had no path or file info in it.  The diff was attached to the ticket.  Once I figured out what source file it was, I desperately wanted to have the old Teamware Filemerge from Solaris which afaik no longer exists.  I tried the Apple Filemerge, but if it knows how to do a three-way merge, it wasn’t obvious to me (not that I read any documentation).   I googled and found mentions of a rewrite of the old fm in python but it had been abandoned some years ago.  I googled some more and found a few other tools to try, one of which turned out to be perfect:  kdiff3.

I am so grateful to whoever wrote this tool!  (Joachim Eibl) I’ll have to go back and see if it is shareware or something and send them money if it is. (Done.) It is exactly what I was looking for, and performed the three-way diff, correctly auto-merging the parallel changes when I gave it the common ancestor copy of the file, the version used to make the patch (which I got by applying the patch to the old version referenced in the ticket), and the current version of the file from trunk.  Plus, the interface was easy to use.  I could step through the diffs and select the version that I wanted to keep in the merged result in a way that was very clear.  The task can be inherently confusing, so getting the interface right is quite an accomplishment.

spacer

It may not win any visual design awards, but I give it a gold star for user experience.

In case you do not appreciate the significance of a three way merge, where one file is known to be the common ancestor (kdiff3 calls it the “base”), the advantage is that the tool can tell you what lines were added and what lines were deleted.  When you compare just two files, it is not possible to tell whether one file added a new line or the other file deleted that line.  When you compare each to a common ancestor, you can tell definitively what happened.

spacer

Filed under:
Tech by marla

3 Responses to “Yay for kdiff3”

  1. Joe Farah
    March 22nd, 2012 at 7:43 am

    Neuma’s CM+ uses KDiff3 as the default diff and merge tool. In this way, you don’t even have to tell it what the base is, or the other two files. You just essentially say: apply this change to my current file and it brings up the kdiff3 merge interface properly.

  2. Pete
    April 17th, 2012 at 12:22 am

    Spot on re kdiff3 Maria.
    It’s a superbly useful bit of software, and I couldn’t work without it. It does exactly what it says, and makes complex jobs easy. Thanks to Joachim!

  3. Ölbaum
    November 20th, 2012 at 12:38 am

    It boggles the mind that none of the newfangled diff and [so-called] merge tools that come out these days (Kaleidoscope, Changes, etc) can do a 3-way merge.

    Attention, tool developers: to do a merge, you need **four (4)** panes:

    1. Common ancestor
    2. Left
    3. Right
    4. Merge result

Leave a Reply

gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.