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

Re: [Patch](resend) 0.25 Release - make errors

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-11 17:34:01 CEST

leif.eriksen@hpa.com.au writes:

> Index: subversion/configure.in
> =================================================================
> --- configure.in 2003-06-19 02:35:41.000000000 +1000
> +++ configure.in.apr 2003-07-08 11:04:06.674911000 +1000
> @@ -107,8 +107,8 @@
>
> dnl verify apr version and set apr flags
> changequote(<<, >>)
> -APR_VER_REGEX="0\.9\.[3-9]"
> -APU_VER_REGEX="0\.9\.[3-9]"
> +APR_VER_REGEX="0\.9\.[4-9]"
> +APU_VER_REGEX="0\.9\.[4-9]"

Oops, we already applied this change in r6424, and it went out in svn
0.25. Sorry I forgot about your earlier patch. :-)

> Index: subversion/build/buildcheck.sh
> =================================================================
> --- buildcheck.sh 2003-06-19 02:37:45.000000000 +1000
> +++ buildcheck.sh.neon 2003-07-08 11:06:03.054906000 +1000
> @@ -114,7 +114,7 @@
> #--------------------------------------------------------------------------
> # check for the correct version of Neon
> #
> -NEON_WANTED_REGEX=0.2[34].?
> +NEON_WANTED_REGEX=0.23.?
> NEON_LATEST_WORKING_VER=0.23.9

Already did this one too!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 11 17:35:53 2003

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.