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

Re: svn commit: r29108 - trunk/tools/dist

From: David Glasser <glasser_at_davidglasser.net>
Date: Tue, 12 Feb 2008 10:20:40 -0800

On Jan 31, 2008 10:13 AM, <cmpilato_at_tigris.org> wrote:
> Author: cmpilato
> Date: Thu Jan 31 10:13:55 2008
> New Revision: 29108
>
> Log:
> * subversion/tools/dist/roll.sh
> Fix relative references to dist.sh so this script can be run from
> outside its container directory.

This is distribution-related; should it be backported?

--dave

> Modified:
> trunk/tools/dist/roll.sh
>
> Modified: trunk/tools/dist/roll.sh
> URL: http://svn.collab.net/viewvc/svn/trunk/tools/dist/roll.sh?pathrev=29108&r1=29107&r2=29108
> ==============================================================================
> --- trunk/tools/dist/roll.sh (original)
> +++ trunk/tools/dist/roll.sh Thu Jan 31 10:13:55 2008
> @@ -24,12 +24,12 @@
> mkdir deploy
>
> (cd unix-dependencies &&
> - ../dist.sh -v $VERSION -pr branches/$BRANCH -r $REV $EXTRA &&
> + `dirname $0`/dist.sh -v $VERSION -pr branches/$BRANCH -r $REV $EXTRA &&
> mv subversion-* ../deploy/ &&
> mv svn_version.h.dist ../deploy/) || exit $?
>
> (cd win32-dependencies &&
> - ../dist.sh -v $VERSION -pr branches/$BRANCH -r $REV -zip $EXTRA &&
> + `dirname $0`/dist.sh -v $VERSION -pr branches/$BRANCH -r $REV -zip $EXTRA &&
> mv subversion-* ../deploy/ &&
> rm svn_version.h.dist) || exit $?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: svn-help_at_subversion.tigris.org
>
>

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-12 19:20:52 CET

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.