From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 01:37:44 2005 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 9658716A4CE for ; Wed, 12 Jan 2005 01:37:44 +0000 (GMT) Received: from ion.franksworld.org (vhost.domainatlantic.com [67.18.185.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F27543D31 for ; Wed, 12 Jan 2005 01:37:44 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: (qmail 73028 invoked by uid 98); 12 Jan 2005 01:38:07 -0000 Received: from 68.32.91.145 by ion.franksworld.org (envelope-from , uid 89) with qmail-scanner-1.24 (clamdscan: 0.75.1. spamassassin: 3.0.1. Clear:RC:0(68.32.91.145):SA:0(0.9/5.0):. Processed in 1.124293 secs); 12 Jan 2005 01:38:07 -0000 X-Spam-Status: No, hits=0.9 required=5.0 X-Qmail-Scanner-Mail-From: laszlof@vonostingroup.com via ion.franksworld.org X-Qmail-Scanner: 1.24 (Clear:RC:0(68.32.91.145):SA:0(0.9/5.0):. Processed in 1.124293 secs) Received: from unknown (HELO ?68.32.91.145?) (frank@franksworld.org@68.32.91.145) by vhost.domainatlantic.com with SMTP; 12 Jan 2005 01:38:05 -0000 Message-ID: <41E47F66.4050304@vonostingroup.com> Date: Tue, 11 Jan 2005 20:37:42 -0500 From: "Frank J. Laszlo" User-Agent: Mozilla Thunderbird 0.7.3 (X11/20041016) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Olivier Nicole References: <200501120131.j0C1VK47075648@mail.cs.ait.ac.th> In-Reply-To: <200501120131.j0C1VK47075648@mail.cs.ait.ac.th> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: CVSup the port collection 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: Wed, 12 Jan 2005 01:37:44 -0000 Olivier Nicole wrote: >Hi, > >I was trying to cvsup the port collection, but all it did was deleting >some ports, and never replaced them with new ones. > >I would have thought that the following configuration file would do >the trick, but it did not. What have I wrong? > >TIA > >Olivier > >*default tag=RELENG_5_3 > > ports dont have tags. replace RELENG_5_3 with a period. >#*default host=cvsup.jp.FreeBSD.org >*default host=cvsup4.jp.FreeBSD.org >*default base=/var/db >*default prefix=/usr >*default release=cvs >*default delete use-rel-suffix >*default compress >ports-base >ports-databases > >cvsroot-common >cvsroot-ports > > You shouldnt really only cvsup certain parts of the ports tree. its generally not a good idea. ports-all is all you need here. and I dont think you will need cvsroot stuff. Regards, Frank Laszlo