[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Graphical diff/patch viewer



On Wed, Nov 03, 2010 at 09:08:13AM +0100, Rob Gom wrote:
> Hi all,
> do you know/is there any graphical patch/diff viewer in Debian (or for
> Linux in general)? Such a tool would produce side by side view of
> changes/deletions/inserts.
> There is kompare for KDE, but it is unreliable - produces false
> results for specific patches (bug not reported yet, as I have to
> reproduce it with something I can make
> public). To be honest, I have looked at meld, beyond compare, diffuse,
> xxdiff, tkdiff and found nothing appropriate.
> Do you know anything else? Have I missed anything?

You have to be comfortable in vim, but you can use the following:

gvim "+vert diffpatch <patchfile>" <originalfile>

If you aren't comfortable with vim, you *might* be able to use the
following, but no guarantees (I don't have a patch file handy to determine
whether this will work):

gvim -y "+vert diffpatch <patchfile>" <originalfile>

> Regards,
> Robert
--Greg


Reply to: