From owner-freebsd-questions Thu Jan 30 20:18:48 2003 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 103A037B401 for ; Thu, 30 Jan 2003 20:18:47 -0800 (PST) Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C6C043F75 for ; Thu, 30 Jan 2003 20:18:46 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.180.103]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030131041840.QCSL23728.tomts10-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Thu, 30 Jan 2003 23:18:40 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h0V4FXjC001304; Thu, 30 Jan 2003 23:15:33 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <003201c2c8df$b7bc7a40$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , References: <20030130201706.K23308@asu.edu> Subject: Re: fouled up cvsup Date: Thu, 30 Jan 2003 23:17:49 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I thought I understood cvsup till I did it.. After running cvsup all > my ports collection was deleted... accept ports I had already > installed. I wanted to avoid installing ANY ports untill I had > cvsuped the collection. > > How can I leave ports not yet installed, alone in the collection? > > advice please? > ================================== > here's my cvsupfile > ================================== > > *default release=cvs > *default host=cvsup10.freebsd.org > *default base=/usr/local/etc/cvsup > *default prefix=/usr > *default delete > *default compress > *default tag=RELENG_4_7 > *default use-rel-suffix > src-all > ports-all > doc-all ports and docs don't use the RELENG_x_y tagging convention. What you really want is something like this: src-all tag=RELENG_4_7 ports-all tag=. doc-all tag=. You can leave out the tag on src-all since it will use the default from above, but it's absolutely neccessary to have tag=. on ports-all and doc-all. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message