Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 1998 11:53:26 +1030
From:      Greg Lehey <grog@lemis.com>
To:        nik@iii.co.uk
Cc:        Drew Derbyshire <ahd@kew.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: exporting the STABLE freebsd source?
Message-ID:  <19980224115326.54651@freebie.lemis.com>
In-Reply-To: <19980223102502.54316@iii.co.uk>; from nik@iii.co.uk on Mon, Feb 23, 1998 at 10:25:02AM %2B0000
References:  <199802210455.XAA01547@pandora.hh.kew.com> <19980221154131.25471@freebie.lemis.com> <19980223102502.54316@iii.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 February 1998 at 10:25:02 +0000, nik@iii.co.uk wrote:
> On Sat, Feb 21, 1998 at 03:41:31PM +1030, Greg Lehey wrote:
>> On Fri, 20 February 1998 at 23:55:15 -0500, Drew Derbyshire wrote:
>>> Given a full CVS respostory, how do I export the stable source?
>>
>> Change to your source directory, set CVSROOT correctly, then enter:
>>
>>   # cvs co -r RELENG_2_2_5_STABLE world
>
> Huh?
>
>     # cd /usr/src
>     # setenv CVSROOT path/to/repository
>     # cvs checkout -r RELENG_2_2 -d . src
>
> surely?

You've covered what you wanted to say in so much packaging that at
first I thought you were incorrect.  Basically, that's what I said:

>> Change to your source directory,

   # cd /usr/src

>> set CVSROOT correctly,

   # CVSROOT=<path to repository> export CVSROOT

(note that you're assuming csh, which is a bad idea; to make up for
it, I'm assuming sh :-)

>> then enter:
>>
>>   # cvs co -r RELENG_2_2_5_STABLE world

Here's your real point.  The tag for -STABLE is currently RELENG_2_2,
and I said RELENG_2_2_5_STABLE.  Mea culpa.  This should read:

   # cvs co -r RELENG_2_2 world

Of course, as Drew points out, we both answered the wrong question :-(

Greg

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980224115326.54651>