From owner-freebsd-stable@FreeBSD.ORG Thu Nov 6 10:15:52 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFBA16A4CE for ; Thu, 6 Nov 2003 10:15:52 -0800 (PST) Received: from www.premsoft.co.za (www.rune.za.net [196.37.142.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F06943FF5 for ; Thu, 6 Nov 2003 10:15:43 -0800 (PST) (envelope-from freebsd-questions@premsoft.co.za) Received: from jaco[196.39.10.40] by www.premsoft.co.za; Thu, 06 Nov 2003 20:37:40 +0200 Message-ID: <04f801c3a491$f92cc5a0$3635a8c0@jaco> From: "Jaco H. van Tonder" To: References: <110620031758.8918.38aa@comcast.net> Date: Thu, 6 Nov 2003 20:15:33 +0200 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.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: FreeBSD-Stable Subject: Re: cvsup troubles X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 18:15:53 -0000 ----- Original Message ----- From: To: Sent: 06/11/2003 7:58 PM Subject: cvsup troubles > I would like to upgrade a 4.7 box to 4.9 via cvsup. > I changed the supfile to: > *default release=cvs tag=RELENG_4_9 > I then ran cvsup -g -L 2 ~/ports-supfile > cvsup proceeded to delete all of the old ports > and will not pull any new ones down on subsequent runs. > If anyone could shed some light on this I would > really appreciate it. > Thanks, > Dennis > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > Hi, Just a extract from /usr/share/examples/cvsup/stable-supfile # DANGER! WARNING! LOOK OUT! VORSICHT! # # If you add any of the ports or doc collections to this file, be sure to # specify them with a "tag" value set to ".", like this: # # ports-all tag=. # doc-all tag=. # # If you leave out the "tag=." portion, CVSup will delete all of # the files in your ports or doc tree. That is because the ports and doc # collections do not use the same tags as the main part of the FreeBSD # source tree. Hope that helps. Jaco