From owner-freebsd-newbies Wed Apr 11 8:23:38 2001 Delivered-To: freebsd-newbies@freebsd.org Received: from atlas.dnai.com (atlas.dnai.com [207.181.194.95]) by hub.freebsd.org (Postfix) with ESMTP id 6DCFD37B422 for ; Wed, 11 Apr 2001 08:23:35 -0700 (PDT) (envelope-from adam@alameda.edu) Received: from azoth.dnai.com (azoth.dnai.com [207.181.194.94]) by atlas.dnai.com (8.9.3/8.9.3) with ESMTP id IAA47427 for ; Wed, 11 Apr 2001 08:23:35 -0700 (PDT) Received: from teru.dyndns.org (207-172-166-249.s249.tnt1.sfrn.ca.dialup.rcn.com [207.172.166.249]) by azoth.dnai.com (8.9.3/8.9.3) with SMTP id IAA48883 for ; Wed, 11 Apr 2001 08:23:34 -0700 (PDT) Content-Type: text/plain; charset="iso-8859-1" From: Adam Kranzel To: newbies@freebsd.org Subject: Re: CVSup Questions Date: Wed, 11 Apr 2001 08:23:33 -0700 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01041108233300.02144@teru.dyndns.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 'morning >*default tag=RELENG_4 This line is your problem: Ports are not branched, the only branch is . (HEAD). If you specify a different branch tag, it will remove everything not on that branch (i.e. everything). You need to specify tag=. for ports, however doing this for source will give you the -current sources, which you probably don't want. *checks manpages* It looks like you can simply specify a tag for each collection, like so: Example supfile: *default host=cvsup8.FreeBSD.org *default base=/usr *default prefix=/usr *default delete use-rel-suffix src-all tag=RELENG_4 ports-all tag=. hope this helps -Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message