From owner-freebsd-hackers@FreeBSD.ORG Wed Nov 17 15:51:29 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3732216A4CE for ; Wed, 17 Nov 2004 15:51:29 +0000 (GMT) Received: from suricate.otoh.org (suricate.otoh.org [64.81.247.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FDC43D3F for ; Wed, 17 Nov 2004 15:51:29 +0000 (GMT) (envelope-from freebsdhackers@otoh.org) Received: from 64.81.247.155 (suricate.otoh.org [64.81.247.155]) by suricate.otoh.org (Postfix) with SMTP id B43587DC91F; Wed, 17 Nov 2004 07:51:27 -0800 (PST) Received: by suricate.otoh.org (Postfix, from userid 1001) id 10FCC7DC91D; Wed, 17 Nov 2004 07:51:27 -0800 (PST) Date: Wed, 17 Nov 2004 07:51:26 -0800 From: Paul Armstrong To: Sam Message-ID: <20041117155126.GQ1807@suricate.otoh.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on suricate.otoh.org X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.5 tests=none autolearn=ham version=2.64 cc: freebsd-hackers@freebsd.org Subject: Re: cvsup tag X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 15:51:29 -0000 On Wed, Nov 17, 2004 at 10:22:43AM -0500, Sam wrote: > I know this is likely a stupid question, but no amount of > googling is making this clear to me. > > Which source base is more recent, RELENG_5 or RELENG_5_3? RELENG_5_3 will be the most up to date for 5.3 RELENG_5 will be the most up to date source for 5 (so, currently, RELENG_5 will turn into 5.4 or RELENG_5_4) If you want stability, RELENG_5_3. If you want the latest development snapshot, RELENG_5. Paul