Date: Fri, 2 May 2003 18:24:16 -0500 From: "Scot W. Hetzel" <hetzels@westbend.net> To: "Chris Miller" <ctodd@netgate.net>, <freebsd-questions@freebsd.org> Subject: Re: CVSROOT missing even after using cvsroot-all Message-ID: <012901c31101$f35f62a0$13fd2fd8@Admin02> References: <Pine.BSI.4.44L.0305021444460.24392-100000@rs.netgate.net>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Chris Miller" <ctodd@netgate.net> > I'm trying to create a 4.7 release on my system using the tools in > /usr/src/release but make fails with a cvs abort error due to no CVSROOT > directory. I saw the announcement in the archive to add cvsroot-all to the > supfile yet no CVSROOT directory gets created. I must be doing something > simple wrong. > make release CHROOTDIR=/usr/release BUILDNAME=4.7-RELEASE-p10 > CVSROOT=/usr/src > You need a cvs repository on your system, not a cvsupped sources. Use the net/cvsup-mirror port to get your cvs repository. Then you set CVSROOT to the location of the cvs files. CVSROOT=/usr/home/ncvs Now you use cvs to checkout your /usr/src. Scot
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?012901c31101$f35f62a0$13fd2fd8>