From owner-freebsd-questions@FreeBSD.ORG Thu Jul 10 03:12:55 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 0606E37B401 for ; Thu, 10 Jul 2003 03:12:55 -0700 (PDT) Received: from mail.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1386443F85 for ; Thu, 10 Jul 2003 03:12:53 -0700 (PDT) (envelope-from judmarc@fastmail.fm) Received: from mail.messagingengine.com (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id DB02917738; Thu, 10 Jul 2003 06:11:53 -0400 (EDT) Received: from 10.202.2.150 ([10.202.2.150] helo=mail.messagingengine.com) by messagingengine.com with SMTP; Thu, 10 Jul 2003 06:11:53 -0400 X-Epoch: 1057831913 X-Sasl-enc: XnpztmqXmZUfuWhe8U8jRQ Received: from sparky (dialup-67.74.79.169.Dial1.Philadelphia1.Level3.net [67.74.79.169]) by www.fastmail.fm (Postfix) with ESMTP id 89ACC171C9; Thu, 10 Jul 2003 06:11:41 -0400 (EDT) To: Rob Lahaye , freebsd-questions@FreeBSD.ORG References: <20030710070624.GA23765@gilberto.physik.rwth-aachen.de> <3F0D1C88.2010409@users.sourceforge.net> Message-ID: From: Jud Content-Type: text/plain; format=flowed; charset=utf-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Thu, 10 Jul 2003 06:11:19 -0400 In-Reply-To: <3F0D1C88.2010409@users.sourceforge.net> User-Agent: Opera7.20/Win32 M2 build 2987 Subject: Re: cvsup tag for 4.8-STABLE? 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: Thu, 10 Jul 2003 10:12:55 -0000 On Thu, 10 Jul 2003 16:58:00 +0900, Rob Lahaye wrote: > > Christoph P. Kukulies wrote: >>>> I wanted to cvsup src-all from 4.8-STABLE and tried with >>>> *default release=cvs tag=RELENG_4 >>>> >>> >>> Either that or RELENG_4_8, where the latter only gets absolutely >>> critical fixes. > > What am I cvsup-ing, when I use: > > *default release=cvs tag=. > > The manual says about this > . "The main branch (the `current' release). This is the default, > if only the date keyword is given." > > But what is 'current'? Is that 5.2 at the moment? Or 4.8-current for me? > (my FreeBSD version is 4.8). > > Thanks, > Rob. You want to get rid of /usr/obj after a 'make world' fails - don't know if you were doing that or not. -CURRENT is the same for everyone. It's 5.x at the moment (don't think we've reached 5.2 yet, though I haven't cvsupped in a week or two). There is also only one -STABLE branch, 4.x at the moment, tag=RELENG_4. Jud