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

Re: svn commit: rev 5157 - in trunk: . build

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-03-01 16:09:14 CET

And this is the sample where properties have changed (note the summary).

Cheers,
-g

On Sat, Mar 01, 2003 at 08:36:20AM -0600, gstein@tigris.org wrote:
> Author: gstein
> Date: Sat Mar 1 05:58:11 2003
> New Revision: 5157
>
> Modified:
> trunk/autogen.sh
> trunk/build/PrintPath (props changed)
> trunk/build/buildcheck.sh (props changed)
> Log:
> Turn on svn:executable for a couple scripts, so we can lose some
> really old processing in autogen.sh
>
> * autogen.sh: remove code that makes scripts executable
>
> * build/PrintPath, build/buildcheck.sh: set svn:executable property
>
>
> Modified: trunk/autogen.sh
> ==============================================================================
> --- trunk/autogen.sh (original)
> +++ trunk/autogen.sh Sat Mar 1 05:58:11 2003
> @@ -2,17 +2,6 @@
>
> ### Run this to produce everything needed for configuration. ###
>
> -# Ensure some permissions for executables used by this script
> -for execfile in gen-make.py \
> - dist.sh \
> - build/buildcheck.sh \
> - build/getversion.py \
> - build/PrintPath \
> - ac-helpers/get-neon-ver.sh \
> - ac-helpers/install-sh; do
> - chmod +x $execfile
> -done
> -
>
> # Run tests to ensure that our build requirements are met
> VERSION_CHECK=""
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Mar 1 16:04:24 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.