From owner-freebsd-questions Thu Jan 25 21: 7: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (unknown [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id DDE7B37B401 for ; Thu, 25 Jan 2001 21:06:44 -0800 (PST) Received: by mail.nbrewer.com (Postfix, from userid 1009) id 21B364C5; Thu, 25 Jan 2001 23:06:44 -0600 (CST) Date: Thu, 25 Jan 2001 23:06:44 -0600 From: Christopher Farley To: Tom Parquette Cc: freebsd-questions@freebsd.org Subject: Re: CVS deleting ports? Message-ID: <20010125230643.A5272@northernbrewer.com> Mail-Followup-To: Christopher Farley , Tom Parquette , freebsd-questions@freebsd.org References: <3A70FC6C.723D9CF5@twcny.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3A70FC6C.723D9CF5@twcny.rr.com>; from tparquet@twcny.rr.com on Thu, Jan 25, 2001 at 11:26:21PM -0500 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tom Parquette (tparquet@twcny.rr.com) wrote: > I've transcribed my supfile below. My undetstanding was cvs-all would > bring down "everything" (including the ports.) > Any helo would be appreciated since I would not even call my self a CVS > novice. > Cheers... > > # usr/src/hercules-supfile > *default host=cvsup3.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_4 > *default delete use-rel-suffix > *default compress > cvs-all There is only one branch of the ports collection, the "current" branch. Your supfile is probably acquiring the ports collection from the "RELENG_4" branch, which is non-existent for the ports. You normally acquire ports from cvs by requesting ports-all, with a tag=. I usually request exactly what I need, rather than using the cvs-all collection. My 4.x-STABLE supfile looks exactly like yours, but instead of the "cvs-all" line, I have this: src-all doc-all ports-all tag=. -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message