From owner-freebsd-questions Sun Aug 4 1:43:43 2002 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 E4BF237B400 for ; Sun, 4 Aug 2002 01:43:41 -0700 (PDT) Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A4A343E42 for ; Sun, 4 Aug 2002 01:43:41 -0700 (PDT) (envelope-from bsd@xtremedev.com) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id CF57870601; Sun, 4 Aug 2002 02:43:34 -0600 (MDT) Date: Sun, 4 Aug 2002 02:43:34 -0600 (MDT) From: bsd@xtremedev.com X-X-Sender: dave@Amber.XtremeDev.com To: karl agee Cc: freebsd-questions@freebsd.org Subject: Re: my ports got wiped out! In-Reply-To: <200208040139.24530.kdagee@attglobal.net> Message-ID: <20020804024134.K6988-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 just installed 4.6-release, with ports and all, installed cvsup, with a new > supfile (below) and ran it. > > It deleted all of my ports!!!! how did THAT happen??? > > (I thought you were supposed to put **delete** in the default-release line so > it could get rid of the crud it didnt need....) > > --karl > > *default host=cvsup8.Freebsd.org > *default base=/usr/local/etc/cvsup > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4 > *default release=cvs delete use-rel-suffix compress > > #src-all > ports-all > #docs-all > From http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html: Warning: Be very careful to specify any tag= fields correctly. Some tags are valid only for certain collections of files. If you specify an incorrect or misspelled tag, CVSup will delete files which you probably do not want deleted. In particular, use only tag=. for the ports-* collections. Ports don't have branches. So RELENG_4 means nothing to it. You either have the latest ports, or you don't. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message