From owner-freebsd-questions@FreeBSD.ORG Fri May 30 15:06:53 2003 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 B66C237B407 for ; Fri, 30 May 2003 15:06:53 -0700 (PDT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 888D343F85 for ; Fri, 30 May 2003 15:06:50 -0700 (PDT) (envelope-from jonc@chen.org.nz) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.9/8.12.9) with ESMTP id h4UM6li9031093; Sat, 31 May 2003 10:06:47 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.9/8.12.9/Submit) id h4UM6lHQ031092; Sat, 31 May 2003 10:06:47 +1200 (NZST) Date: Sat, 31 May 2003 10:06:47 +1200 From: Jonathan Chen To: Tom Stockton Message-ID: <20030530220646.GA30958@grimoire.chen.org.nz> References: <5.2.1.1.0.20030530115254.00adcdd0@popintmanex> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.1.1.0.20030530115254.00adcdd0@popintmanex> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: cvsup collection 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, 30 May 2003 22:06:54 -0000 On Fri, May 30, 2003 at 11:57:47AM +0100, Tom Stockton wrote: [...] > 'ports-all' in my cvsup file, however a note in the documentation says that > > "The ports tree does not have any tag associated with it, it is always > CURRENT." > > I dont like the look of this...I'd like to specify the tag RELENG_4_7 but > this note seems to make that redundant ? You should always use the latest version of all the ports, as they usually have all the latest exploit/bug fixes. Using the CURRENT tag on ports-all is the correct thing to do. > Also what is the src-all collection ? How does it differ from ports-all ? src-all refers to the FreeBSD base sources. ports-all refers to all 3rd party source that can be optionally installed. -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%?