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

Re: Side-by-Side diff in Linux console

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-04-18 10:33:56 CEST

Andrew Lee Paul wrote:

>Thanks! But I already had this idea. In config file, I
>added:
>
>diff-cmd = /usr/bin/diff -y
>
>to the [helper] section.
>
>However, on doing a
>
>svn diff filename
>
>SVN returns:
>
>svn: '/usr/bin/diff -y' returned 255
>
>What am I doing wrong here?
>
>
It should be

    diff-cmd = /usr/bin/diff

in the options file, then

    svn diff -x "-y"

See "svn help diff".

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 18 10:36:59 2005

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

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