From owner-freebsd-stable@FreeBSD.ORG Sun May 11 17:06:10 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458DE37B401 for ; Sun, 11 May 2003 17:06:10 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.telia.com [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id E30FF43FE1 for ; Sun, 11 May 2003 17:06:07 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 51828 invoked by uid 1001); 12 May 2003 00:06:05 -0000 Date: Mon, 12 May 2003 02:06:04 +0200 From: Erik Trulsson To: "L. Jankok" Message-ID: <20030512000603.GA51514@falcon.midgard.homeip.net> Mail-Followup-To: "L. Jankok" , freebsd-stable@freebsd.org References: <20030510190836.GA13877@atlantis.local.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030510190836.GA13877@atlantis.local.net> User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: make release headaches X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 00:06:10 -0000 On Sat, May 10, 2003 at 09:08:38PM +0200, L. Jankok wrote: > > Hi there, > > When I do a make buildworld and try to do a make release it will fail > telling that it needs the CVSROOT directory. > > I do cvsup /etc/cvs-supfile and receive nothing ; > # /etc/cvs-supfile > *default host=cvsup3.nl.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4_8 > *default delete use-rel-suffix > *default compress > cvsroot-all Shouldn't you have the src-all collection here also? Getting the actual sources also just might be useful, you know. > > If I remove tag=RELENG_4_8 from the above I will receive the CVS* directories. > I wonder why I have to remove tag=RELENG_4_8 to be able to receive the CVS dirs. 'make release' requires that you have a local copy of the whole cvs repository. It then checks out a copy of the desired release from the repository in order to create the release. If you don't specify a tag cvsup will fetch the whole repository for you (currently at some 1.5GB). If you specify a tag you will get only the sources with that tag, which is all that is needed for a normal buildworld. (The normal source tree is about 300MB in size.) -- Erik Trulsson ertr1013@student.uu.se