From owner-freebsd-questions@FreeBSD.ORG Fri May 2 21:41: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 7926237B401 for ; Fri, 2 May 2003 21:41:16 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B16743F93 for ; Fri, 2 May 2003 21:41:15 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1])h434f7Y64241; Sat, 3 May 2003 13:41:08 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) In-Reply-To: References: X-User-Agent: Mew/1.94.2 Emacs/21.3 X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20030322(IM144) Lines: 19 From: Makoto Matsushita To: ctodd@netgate.net Date: Sat, 03 May 2003 13:41:05 +0900 Message-Id: <20030503134105Z.matusita@jp.FreeBSD.org> cc: questions@FreeBSD.org 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: Sat, 03 May 2003 04:41:16 -0000 Only to questions@, not a current@ topic IMO. ctodd> I saw the announcement in the archive to add cvsroot-all to the ctodd> supfile yet no CVSROOT directory gets created. I must be doing ctodd> something simple wrong. You should have CVS repository itself to build a release with tools under plain src/release/*. ctodd> build command : ctodd> make release CHROOTDIR=/usr/release BUILDNAME=4.7-RELEASE-p10 ctodd> CVSROOT=/usr/src Your /usr/src is an 'extracted source tree', not a 'CVS repository'. Consult cvsup(1) about how to fetch a repository via cvsup. -- - Makoto `MAR' Matsushita