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

Re: --diff-cmd doesn't use -u per default

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: Tue, 10 Jun 2008 13:48:34 +0200

On Tue, Jun 10, 2008 at 12:13:40PM +0200, Branko Čibej wrote:
> Branko Čibej wrote:
> >Jens Seidel wrote:
> >>LEFT=$(echo "$LEFT" | sed 's/[\t ]([^()]*)//')
> >>vimdiff "+set wrap" "+wincmd l" "+set wrap" "+wincmd h" $LEFT $RIGHT
> >>
> >
> >That's just wrong. The contents of $6 and your computed $LEFT are not
> >necessarily the same.

???

I didn't even used $6! If you know the argument processing please submit
a patch against the svn book. It is currently wrong about it (uses ${6}
and ${7}).

http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.externaldifftools

> (And, I might add, your question belongs on the users@ list :-P )

That may be right for the second part but not for the documentation bug
in svn help diff. This needs to be fixed in 1.5.x. If the help is right,
the subversion code needs to be changed ...

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-10 13:52:07 CEST

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.