[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: Jay Freeman \(saurik\) <saurik_at_saurik.com>
Date: 2003-08-24 14:47:16 CEST

Sander:

Oooo... thanks :). *Fixed that now.*

Also, I guess this URL is a better example (as it has the whole colored
output thing going):

http://mail.saurik.com/chora/diff.php/trunk/eisodos.vcproj?r1=223&r2=224&ty=
h

I also refactored a few small things and fixed the whole "diff to the wrong
revision" problem. It now correctly scans to the previous revision of the
file and makes it easy to diff against that.

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com

----- Original Message -----
From: "Sander Striker" <striker@apache.org>
To: "Jay Freeman (saurik)" <saurik@saurik.com>
Cc: <users@subversion.tigris.org>
Sent: Sunday, August 24, 2003 7:31 AM
Subject: RE: PHP script for viewing subversion repositories

> > 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:45:55 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.