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

Re: CVS update: MODIFIED: . ...

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-08-15 05:17:03 CEST

On Wed, Aug 15, 2001 at 12:23:24AM -0000, kfogel@tigris.org wrote:
>...
> # The tarball's basename, also the name of the subdirectory into which
> # it should unpack.
> DISTNAME=subversion
>
> # The "X.Y" part of ${DISTNAME}-X.Y.tar.gz
> VERSION=`grep SVN_VERSION configure.in | cut -f 2 -d ' ' | sed -e 's/"//g' | sed -e 's/,//g'`

DISTNAME should be subversion-<VERSION>

We don't want to unpack every release into the same "subversion" subdir.

>...
> ### Ship with (relatively) clean APR and neon working copies
> ### inside the tarball, just to make people's lives easier.
> cp -r apr ${DIST_SANDBOX}/${DISTNAME}
> (cd ${DIST_SANDBOX}/${DISTNAME}/apr; make distclean)
> # Turn APR into an anonymous working copy. We don't want to require
> # the dist builder to have `cvschroot' installed, so we do this by
> # hand.
> (cd ${DIST_SANDBOX}/${DISTNAME}/apr
> for name in `find . -name CVS -type d -print`
> do
> echo ":pserver:anoncvs@cvs.apache.org:/home/cvspublic" > ${name}/Root
> done)

Why is APR left as a CVS working dir? IMO, we should toss all the CVS
subdirs and the .cvsignore files.

Cheers,
-g

-- 
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 Oct 21 14:36:36 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.