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

Re: tiny patch for buildcheck.sh (neon version check)

From: <kfogel_at_newton.ch.collab.net>
Date: 2003-01-21 22:08:03 CET

Thanks, applied in revision 4488.

-K

Erik Logtenberg erik@fmf.nl writes:
 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:05:04 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.