Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 1996 11:41:47 -0600
From:      Warner Losh <imp@village.org>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        Khetan Gajjar <khetan@iafrica.com>, stable@freebsd.org
Subject:   Re: Going to stable 
Message-ID:  <199605111741.LAA07260@rover.village.org>
In-Reply-To: Your message of Thu, 09 May 1996 15:19:57 PDT

next in thread | raw e-mail | index | archive | help
: > I then set CVSROOT=/home/CVS and then went to /usr
: > I then typed cvs -co -rRELENG_2_1_0 src like someone suggest to me.
: > It then said something to the effect of /home/ncvs binaries not the
: > same, aborting.
: 
: You need to give us the exact error message - this isn't detailed
: enough for me to render any kind of opinion.

First off, the command is cvs co -rRELENG_2_1_0 src (note the lack of
a '-'.)  You may need to first grab cvs from MIT since I had all kinds
of problems with the 2.1R CVS, but the 1.7 or 1.8 CVS from
ftp://prep.ai.mit.edu/pub/gnu/cvs-1.8.tar.gz (or 1.7) worked for me.
FreeBSD -stable has 1.6.3 in it, which is good enough.

The following sequence has worked for me.  Your milage may vary.  

Create my CTM CVS tree.  Since you've done this, I'll not comment
further on it.

	cd /some/dir/to/put/this/in
	cvs -d /home/CVS co -rRELENG2_1_0 src
	cd src
	sudo make world

I think the important step here may be getting a newer CVS.  Oh, and
sudo is a locally installed utility that does all the builds/installs
as root.

Warner
	



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