From owner-freebsd-questions@FreeBSD.ORG Fri May 2 16:24:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 902D937B401 for ; Fri, 2 May 2003 16:24:16 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B01843F3F for ; Fri, 2 May 2003 16:24:15 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h42NOBdR077641; Fri, 2 May 2003 18:24:12 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <012901c31101$f35f62a0$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Chris Miller" , References: Date: Fri, 2 May 2003 18:24:16 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.3 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_02_03, USER_AGENT_OE version=2.43 Subject: Re: CVSROOT missing even after using cvsroot-all X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 23:24:16 -0000 From: "Chris Miller" > 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