[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: Greg Stein <gstein_at_lyra.org>
Date: 2001-02-20 04:51:08 CET

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!

>...
> --- 4,20 ----
> #
>
> 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 :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
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.