[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: graphical diffs

From: Ben Gollmer <ben_at_jatosoft.com>
Date: 2002-11-12 20:32:51 CET

On Tuesday 12 November 2002 12:43, Blair Zajac wrote:
> Karl Fogel wrote:
> > Greg Dickie <greg@max-t.com> writes:
> > > Is there an easy way to get a graphical diff from svn diff (eg:
> > > something like svn xdiff or a way to substitute which binary runs with
> > > diff)?
> >
> > Not yet, but it would be an easy patch to write, once we've decided on
> > the interface.

Here's an easy way, I've been using it since I started with Subversion:

svn diff -r90:91 | kompare -

Or is everyone talking about binary files, and/or something more complex than
plain text diffs?

(For those not KDE-inclined, kompare is KDE's graphical diff tool. The - tells
it to read from stdin.)

-- 
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 12 20:33:40 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.