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

Re: svn commit: r9630 - trunk/build

From: Blair Zajac <blair_at_orcaware.com>
Date: 2004-05-06 00:04:40 CEST

breser@tigris.org wrote:
>
> Author: breser
> Date: Wed May 5 15:43:56 2004
> New Revision: 9630
>
> Modified:
> trunk/build/buildcheck.sh
> Log:
> Our tests should not try and enforce security updates. Many vendors patch
> releases of packages rather than upgrade to the latest version.
>
> * build/buildcheck.sh
> Look for 0.24.4 of neon which is the latest known working version.
>
> Modified: trunk/build/buildcheck.sh
> ==============================================================================
> --- trunk/build/buildcheck.sh (original)
> +++ trunk/build/buildcheck.sh Wed May 5 15:43:56 2004
> @@ -125,7 +125,7 @@
> # check for the correct version of Neon
> #
> NEON_WANTED_REGEX=0.24.?
> -NEON_LATEST_WORKING_VER=0.24.5
> +NEON_LATEST_WORKING_VER=0.24.4

Ben,

This variable is used only if the neon version isn't new enough
and used in the warning message.

The NEON_WANTED_REGEX is what you would want to change, except
that it already does what you want, it requires any 0.24.x version:

NEON_WANTED_REGEX=0.24.?

So I think this change should be reverted and the latest neon
should be listed here so that that people that don't have neon
0.24.x installed at all will get the latest version.

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 6 00:04:56 2004

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.