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

Re: CVS update: subversion autogen.sh

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-08-31 20:32:10 CEST

I presume by this that you're comfy with adding this requirement at this
point? I wasn't quite sure when to bring this in.

Cheers,
-g

On Thu, Aug 31, 2000 at 05:23:14PM -0000, kfogel@tigris.org wrote:
> User: kfogel
> Date: 00/08/31 10:23:14
>
> Modified: . autogen.sh
> Log:
> Test for presence of neon/ subdir, exit with error message if none.
>
> Revision Changes Path
> 1.11 +1 -2 subversion/autogen.sh
>
> Index: autogen.sh
> ===================================================================
> RCS file: /cvs/subversion/autogen.sh,v
> retrieving revision 1.10
> retrieving revision 1.11
> diff -u -r1.10 -r1.11
> --- autogen.sh 2000/08/30 03:17:06 1.10
> +++ autogen.sh 2000/08/31 17:23:14 1.11
> @@ -47,8 +47,7 @@
> fi
>
> # Handle the neon/ subdir
> -#if [ ! -d neon]; then
> -if test ""; then
> +if [ ! -d neon ]; then
> echo ""
> echo "You don't have a neon/ subdirectory here. Please get the latest"
> echo "Neon distribution from:"
>
>
>

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:07 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.