From owner-freebsd-questions@FreeBSD.ORG Fri Jul 23 14:34:56 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 C15CF16A4CF for ; Fri, 23 Jul 2004 14:34:56 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9BAE43D3F for ; Fri, 23 Jul 2004 14:34:55 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 23 Jul 2004 09:36:39 -0500 Message-ID: <4101220C.7070605@daleco.biz> Date: Fri, 23 Jul 2004 09:34:52 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Steve References: <016801c470bc$8ebbee60$47bf82d8@webairsteve> In-Reply-To: <016801c470bc$8ebbee60$47bf82d8@webairsteve> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Jul 2004 14:36:39.0859 (UTC) FILETIME=[772C8830:01C470C2] cc: Freebsd questions Subject: Re: cvsup question 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, 23 Jul 2004 14:34:56 -0000 Steve wrote: >am doing cvsup for the first time, and got the hang of it, but have one >questions for those who used it. > >is it advisable to do src-all, or should i only do ports-all > > Depends on whether you want to update the OS as well as the 3rd party software ("ports"). >also is this configuration decent, in your opinion > >*default host=cvsup5.FreeBSD.org >*default tag=. >*default base=/usr/local/etc/cvsup >*default prefix=/usr >*default release=cvs delete use-rel-suffix compress >ports-all tag=. >#src-all (pending feedback) > > Hmm, never used seperate tags in the same SUPfile, but I guess that cvsup is smart enough to do that, considering what it does do. For a discussion of the release tags, see the "Cutting Edge" chapter in the FreeBSD handbook[1]. Please do note that you most likely *want* to use "tag=." for ports, but *not for source*. You probably want the latest releases of ports, but it's not nearly so likely you want to be running HEAD/CURRENT on your system.... Kevin Kinsey DaleCo, S.P. [1]For 4-STABLE, for example, your cvsup app should be looking for src files tagged "RELENG_4".