From owner-freebsd-questions@FreeBSD.ORG Sat Aug 2 19:43:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D41106567A for ; Sat, 2 Aug 2008 19:43:46 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB288FC0A for ; Sat, 2 Aug 2008 19:43:45 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 02 Aug 2008 15:43:45 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id OXD98504; Sat, 2 Aug 2008 15:43:45 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 02 Aug 2008 15:43:43 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18580.47343.395943.288119@jerusalem.litteratus.org> Date: Sat, 2 Aug 2008 15:43:43 -0400 To: freebsd-questions@freebsd.org In-Reply-To: References: <200808021550.48302.marshc187@gmail.com> <20080802163253.12a47b6a@gumby.homeunix.com.> <200808021832.53488.marshc187@gmail.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: gemeral questions (noobish) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2008 19:43:46 -0000 Michael Powell writes: > I can only speak to cvsup or csup (which I use) but I'd like to point out a > very common mistake wrt either. It is a good idea to have two different sup > files, as they will need to download different collections of material. For > example this: > > *default release=cvs tag=RELENG_7_0 > src-all > > combination will pull down the system sources for the security updates to > RELEASE. Read in the Handbook about the tags and collections. > > I keep a separate sup file for keeping the ports tree updated and the > difference is here: > > *default release=cvs tag=. > ports-all I have a file for src-, one for ports-, and one for doc-. Robert Huff