From owner-freebsd-questions@FreeBSD.ORG Fri May 2 15:30:29 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 2747637B401 for ; Fri, 2 May 2003 15:30:28 -0700 (PDT) Received: from mx.netgate.net (mx.netgate.net [204.145.147.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF61843F93 for ; Fri, 2 May 2003 15:30:27 -0700 (PDT) (envelope-from ctodd@netgate.net) Received: from rs.netgate.net (rs.netgate.net [204.145.147.55]) by mx.netgate.net (8.11.6/8.11.6) with ESMTP id h42MUPL20351; Fri, 2 May 2003 15:30:25 -0700 (PDT) Date: Fri, 2 May 2003 15:30:24 -0700 (PDT) From: Chris Miller To: "Simon L. Nielsen" In-Reply-To: <20030502220147.GF389@nitro.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-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: Fri, 02 May 2003 22:30:29 -0000 > [ this has nothing to do with -CURRENT so I have removed it from CC: ] sorry, the announcment of modifying the supfile to include cvsroot-all was made there... > It looks like you have confused the CVS repository (normally /home/ncvs) > and the checked out tree (normally /usr/src). I think CVSROOT should be > set to /home/ncvs but I have never tried to make a release so I'm not > really sure. I thought that, but the only difference in the supfile is : *default release=cvs vs. *default release=cvs tag=RELENG_4_7 and the directory /home/ncvs. If I'm trying to build a 4.7 release, wouldn't the cvs-supfile cause the 5.x srcs to be checked out? If not, then why would I want a duplicate src tree in /home/ncvs when I already have one in /usr/src? It seems that all I'm missing is the CVSROOT directory. Thanks for the help. Chris