You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Behlendorf <br...@hyperreal.org> on 1998/01/27 08:41:03 UTC

doing CVS tree renaming TONIGHT

Since it looks like commits are quiet, and I won't be able to do it
tomorrow as I had planned anyways, nor until Friday at that rate, I'm going
to do the CVS tree renaming right now.  I don't see anyone logged in or
doing any active work so I presume this is OK. 

Here's what I'm going to do:

cd /export/home/cvs
mv apache apache-1.2
mv apachen apache-1.3
cp -Rp apache-1.3 apache-2.0
make sure all the right -cvs mailing lists work.
fix ~ben/bin/taritup

IF you have a script which performs some automagic function based on the
names "apache" and "apachen", you'll need to fix them.

You can run the following to fix up your local CVS repositories:

mv apache apache-1.2
find apache-1.2 -name Repository -print | xargs perl -pi.bak -e \     
  's/apache/apache-1.2/'
mv apachen apache-1.3
find apache-1.3 -name Repository -print | xargs perl -pi.bak -e \       
  's/apachen/apache-1.3/'

Gotta love perl.  When you're satisfied it works you can remove the .bak
files of course.

	Brian


--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
"Optimism is a strategy for making                         brian@apache.org
a better future." - Noam Chomsky                        brian@hyperreal.org

Re: doing CVS tree renaming TONIGHT

Posted by Brian Behlendorf <br...@organic.com>.
At 04:15 PM 1/27/98 +0000, Rob Hartill wrote:
>The version number in 2.0's httpd.h needs changing from 1.3-dev*
>to 2.0-dev (or whatever version naming convention it'll follow).

2.0a1-dev?

	Brian


--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
specialization is for insects				  brian@organic.com

Re: doing CVS tree renaming TONIGHT

Posted by Rob Hartill <ro...@imdb.com>.
The version number in 2.0's httpd.h needs changing from 1.3-dev*
to 2.0-dev (or whatever version naming convention it'll follow).

Someone with the tree checked out can do this a lot quicker than
me.

--
Rob Hartill                              Internet Movie Database (Ltd)
http://www.moviedatabase.com/   .. a site for sore eyes.


Re: doing CVS tree renaming TONIGHT

Posted by Brian Behlendorf <br...@organic.com>.
At 11:41 PM 1/26/98 -0800, Brian Behlendorf wrote:
>Here's what I'm going to do:

Done.  Lemme know if you see problems.

	Brian


--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--
specialization is for insects				  brian@organic.com

Re: doing CVS tree renaming TONIGHT

Posted by Dean Gaudet <dg...@arctic.org>.
Is someone going to be responsible for making sure 1.3 bug fixes are
propagated into the 2.0 tree?  Otherwise splitting is kinda pointless at
this point in time.

Dean

On Mon, 26 Jan 1998, Brian Behlendorf wrote:

> cp -Rp apache-1.3 apache-2.0