From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 10:32:00 2004 Return-Path: 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 27DA216A4CE for ; Fri, 6 Feb 2004 10:32:00 -0800 (PST) Received: from mwinf0603.wanadoo.fr (smtp6.wanadoo.fr [193.252.22.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 302ED43D2F for ; Fri, 6 Feb 2004 10:31:59 -0800 (PST) (envelope-from jthys@wanadoo.Fr) Received: from AVelizy-112-1-24-163.w81-249.abo.wanadoo.fr (AVelizy-112-1-24-163.w81-249.abo.wanadoo.fr [81.249.128.163]) by mwinf0603.wanadoo.fr (SMTP Server) with ESMTP id 2E23A2400258 for ; Fri, 6 Feb 2004 19:31:58 +0100 (CET) From: jens To: freebsd-questions@FreeBSD.ORG Date: Fri, 6 Feb 2004 19:32:07 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402061932.07544.jthys@wanadoo.Fr> Subject: cvsup ports question Freebsd 5.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 18:32:00 -0000 Hi folks, I have build the ports tree using the default ports-sup file tag tag=. I want to understand why my ports tree is wiped off when i change the tag value to RELENG_5_2_0_RELEASE or RELENG_5 or RELENG_5_2 in order to get the ports updating. I followed the instructions of the bsd manual assuming to stick to the latest stable version/branch. Exerpt of the ports sup_file # IMPORTANT: Change the next line to use one of the CVSup mirror sites # listed at http://www.freebsd.org/doc/handbook/mirrors.html. *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_5_2_0_RELEASE *default delete use-rel-suffix does that mean there is no upgrade of the ports. I assume not because the whole tree is wiped off. Thanks.