You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Michael Price <mi...@computer.org> on 2003/06/20 20:42:38 UTC

dist.sh

I humbly submit the attached replacement for dist.sh. The file is easier
to read than the patch so I just attached the whole thing.

Here is the usage:

#
# USAGE: ./dist.sh VERSION REVISION [REPOS-PATH]
#
#   Create a distribution tarball, labelling it with the given VERSION.
#   The REVISION will be used in the version string. The tarball will be
#   constructed from the root located at REPOS-PATH. If REPOS-PATH is
#   not specified then the default is "branches/release-VERSION". For
#   example, the command line:
#
#      ./dist.sh 0.24.2 6284
#
#   from the top-level of a branches/release-0.24.2 working copy will
#   create the 0.24.2 release tarball. Make sure you have apr, apr-util,
#   and neon subdirectories and that the working copy is configured
#   before running this script in the top-level directory.
#

I think this more accurately reflects our _current_ release procedure,
there is less room for user (i.e. michael) error, and less tweaking in
general.

I'll happily commit it if no one objects.

Michael

Re: dist.sh

Posted by kf...@collab.net.
Justin Erenkrantz <ju...@erenkrantz.com> writes:
> > I think this more accurately reflects our _current_ release procedure,
> > there is less room for user (i.e. michael) error, and less tweaking in
> > general.
> >
> > I'll happily commit it if no one objects.
> 
> +1 - go for it.
> 
> I hope I speak for the rest of us in that whatever you want dist.sh to
> be, feel free to commit it first and we can review it later.  If you
> break it, well, it'll be your problem.  ;-)  -- justin

I don't know about everyone else, but you certainly speak for me!

+1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: dist.sh

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Friday, June 20, 2003 1:42 PM -0700 Michael Price 
<mi...@computer.org> wrote:

> I think this more accurately reflects our _current_ release procedure,
> there is less room for user (i.e. michael) error, and less tweaking in
> general.
>
> I'll happily commit it if no one objects.

+1 - go for it.

I hope I speak for the rest of us in that whatever you want dist.sh to be, 
feel free to commit it first and we can review it later.  If you break it, 
well, it'll be your problem.  ;-)  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org