Lars Gullik Bjønnes wrote:

> Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
> writes:
> 
> | >>>>> "Lars" == Lars Gullik Bjønnes
> | >>>>> <[EMAIL PROTECTED]> writes:
> | 
> | Lars> Martin Vermeer <[EMAIL PROTECTED]>
> | writes: | (BTW tip: alias Lars> svndiff='svn diff --diff-cmd
> | /usr/bin/diff -x -up' | in .bashrc)
> | 
> | Lars> Or set it in .subversion/config
> | 
> | How exactly?
> 
> Have you looked at the file? Perhaps it is not possible to set the '-x
> -up' but there but at least --diff-cmd can be set.

I posted the solution some time go. It is not possible to specify any args
in the config file, so if you want to go via the config file you have to
create a wrapper shell script "svndiff" containing this:

#! /bin/sh
exec /usr/bin/diff -x -up "$@"

and then set

diff-cmd = /path/to/svndiff

in the config file.


Georg

Reply via email to