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

Re: CVS update: subversion/subversion/libsvn_ra_dav fetch.c

From: Sam TH <sam_at_uchicago.edu>
Date: 2001-02-20 06:44:13 CET

On Mon, Feb 19, 2001 at 07:51:08PM -0800, Greg Stein wrote:
> On Sun, Feb 18, 2001 at 04:16:48AM -0600, Sam TH wrote:
> >...
> > Unfortunately, this fails to detect the version of an older verision
> > of neon (like 0.8.1). This patch fixes it:
>
> I've applied this patch. Thx!
>
> >...
> > #
> >
> > conf=$1/macros/neon.m4
> > + oldconf=$1/configure.in
> >
> > major=`sed -n '/NEON_VERSION_MAJOR=/s/.*=//p' $conf`
> >
> > # older versions of Neon
> > if test "$major" = ""; then
> > ! vsn=`sed -n '/NEON_VERSION=/s/.*=//p' $oldconf`
> > echo $vsn
> > exit 0
> > fi
> > ! echo "foobar"
>
> Skipped that echo, though :-)
>

Could have sworn that I removed all the debugging code there. Oh
well. :-)
           
        sam th
        sam@uchicago.edu
        http://www.abisource.com/~sam/
        GnuPG Key:
        http://www.abisource.com/~sam/key

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:22 2006

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.