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

tiny patch for buildcheck.sh (neon version check)

From: Erik Logtenberg <erik_at_fmf.nl>
Date: 2003-01-16 19:45:48 CET

Hi guys,

Since Subversion seems to work with neon 0.24.0-dev as well (not just
0.23.5), you might want to change the NEON_WANTED_REGEX in
build/buildcheck.sh a little. One might consider a tiny patch like this
one:

Index: build/buildcheck.sh
===================================================================
--- build/buildcheck.sh (revision 4401)
+++ build/buildcheck.sh (working copy)
@@ -109,7 +109,7 @@
 
#--------------------------------------------------------------------------
 # check for the correct version of Neon
 #
-NEON_WANTED_REGEX=0.23.?
+NEON_WANTED_REGEX=0.2[34].*
 NEON_LATEST_WORKING_VER=0.23.5

Kind regards,

Erik Logtenberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 16 19:46:28 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.