Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 1998 19:24:38 -0500 (EST)
From:      Drew Derbyshire <ahd@kew.com>
To:        grog@lemis.com, nik@iii.co.uk
Cc:        ahd@kew.com, freebsd-questions@FreeBSD.ORG
Subject:   Re: exporting the STABLE freebsd source?
Message-ID:  <199802240024.TAA04451@pandora.hh.kew.com>

next in thread | raw e-mail | index | archive | help
> From nik@iii.co.uk  Mon Feb 23 05:25:28 1998
> 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?

Better.

> Or am I missing something subtle?

Just:

	# cd /usr/src
	# setenv CVSROOT <something>
	# cvs export -r RELENG_2_2 src

Remember, I wanted to export, not checkout.
--
Drew Derbyshire                 Internet:       ahd@kew.com
Kendra Electronic Wonderworks   Telephone:      781-279-9812

 Have you crashed your Windows today?


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?199802240024.TAA04451>