Re: [PATCH] Have svn require Neon 0.19.3
From: Ben Collins <bcollins_at_debian.org>
Date: 2002-02-26 04:05:27 CET
On Mon, Feb 25, 2002 at 06:36:31PM -0800, Greg Stein wrote:
That's pretty flawed, IMO.
> Also, note that we cannot specify a "minimum". It has to be a bounded
I was thinking something like:
NEON_VER_REGEX="'0.19.[2-9]'"
NEON_VER=`neon-config #or whatever`
NEON_PASSED=`echo $NEON_VER | grep -E $NEON_VER_REGEX`
if test "$NEON_VER" == "$NEON_PASSED"; then
> The net result is that we stick to a specific Neon release. If we specify a
Sounds like a winner to me.
-- .----------=======-=-======-=========-----------=====------------=-=-----. / Ben Collins -- Debian GNU/Linux -- WatchGuard.com \ ` bcollins@debian.org -- Ben.Collins@watchguard.com ' `---=========------=======-------------=-=-----=-===-======-------=--=---' --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:37:09 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.