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

Re: help setting up Visual Diff

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-28 08:25:52 CEST

"Ivar Vasara" <ivar_vasara@cbc.ca> writes:

> I've been trying unsuccesfully to setup svn to use a visual diff
> tool. Most such tools (at their simplest) accept two arguments - the
> filenames of two files to be compared. It seems that svn diff (even
> with the --diff-cmd option) is returning a text based diff.

Huh? If you run 'svn diff --diff-cmd foo', it should pass the paths
of two temporary files to your 'foo' program. Your 'foo' program can
be a visual, graphical program.

Is that not happening for you?

Hmmm, odd.... when I run

  $ svn diff --diff-cmd /usr/local/bin/gtkdiff

I see

   Error on option -u: unknown option.

I wonder why we're passing -u to an anonymous diff program...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 28 10:26:42 2003

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.