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

Re: svn diff does not ignore whitespaces

From: Olaf Hering <olh_at_suse.de>
Date: 2003-03-21 09:36:35 CET

 On Fri, Mar 21, Olaf Hering wrote:

> On Fri, Mar 21, Rafael Garcia-Suarez wrote:
>
> > Olaf Hering wrote:
> > >
> > > should this command ignore the white spaces? client has revision 5394
> > >
> > > svn diff -x -pubBw -r 5411:5418
> >
> > Hmm, if you don't use an external diff command (to be set in
> > Subversion's config file or via --diff-cmd) apparently -x is ignored.
>
> It does ignore the config:
> cat ~/bin/diff
> #!/bin/bash
> echo $0 $* > /tmp/foo.$$
> olaf@smirnow:~/subversion/subversion> l /tmp/foo*
> -rw-r--r-- 2 root root 12802 2003-03-19 23:41 /tmp/foo

svn does ignore my ~/.subversion/config:
[helpers]
editor-cmd = vim -c 'set tw=72 et'
diff_cmd = /home/olaf/bin/diff
diff3_cmd = /home/olaf/bin/diff

but --diff-cmd ~/bin/diff works.

-- 
USB is for mice, FireWire is for men!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 21 09:37:17 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.