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

RE: PHP script for viewing subversion repositories

From: Sander Striker <striker_at_apache.org>
Date: 2003-08-24 14:31:43 CEST

> From: Jay Freeman (saurik) [mailto:saurik@saurik.com]
> Sent: Sunday, August 24, 2003 2:26 PM

> Tobias:
>
> DOH! Fixed. That's _EVIL_ though... it seems like svn no longer supports
> passing just about anything through -x to GNU diff... I keep getting stuff
> like:
>
> subversion/libsvn_client/diff.c:314: (apr_err=200016)
> svn: The specified diff option is not supported
> svn: '-c' is not supported

That's because if you don't configure subversion to use GNU diff we don't
use it. We use our internal diff library instead. And that only knows
about one single option: -u (which is the default aswell).
Set diff-cmd = /path/to/diff in your config file, or pass --diff-cmd /path/to/diff
on the cmdline.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 24 14:32:47 2003

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.