From owner-freebsd-questions Mon Oct 25 21:19:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 2E92614C01 for ; Mon, 25 Oct 1999 21:19:09 -0700 (PDT) (envelope-from bright@wintelcom.net) Received: from localhost (bright@localhost) by fw.wintelcom.net (8.9.3/8.9.3) with ESMTP id VAA20330; Mon, 25 Oct 1999 21:41:19 -0700 (PDT) Date: Mon, 25 Oct 1999 21:41:19 -0700 (PDT) From: Alfred Perlstein To: Marc Schneiders Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSROOT... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 Oct 1999, Marc Schneiders wrote: > Where is my CVSROOT? I seem to need it for making release (of 4.0 on a > 4.0 system, current as of Oct 24). > > I checked the archives of this list. My question did pop up a few > times before in the same context.... but was not answered. > > Make release starts OK, but stops complaining there is no CVSROOT. > There isn't on my system. I checked. > > My cvsup-file reads: > > *default tag=. > *default host=cvsup2.nl.freebsd.org > *default prefix=/usr > *default base=/usr/local/etc/cvsup > *default release=cvs delete use-rel-suffix compress > > src-crypto > src-eBones > src-secure > src-all > ports-all you need to remove the "*default tag=." line entirely, you also need to set "*default prefix=/usr" to "*default prefix=/home/ncvs" you also need about 600 mb in /home/ncvs for the repo, you'll need about 400megs for the checked out source code. basically doing a release requires on the order of 1.5 gigs afaik. good luck. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message