From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 06:54:20 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 D74B116A4BF for ; Thu, 28 Aug 2003 06:54:20 -0700 (PDT) Received: from fed1mtao08.cox.net (fed1mtao08.cox.net [68.6.19.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 265FA43FF7 for ; Thu, 28 Aug 2003 06:54:20 -0700 (PDT) (envelope-from xcas@cox.net) Received: from localhost.bsd-unix.org ([68.2.130.120]) by fed1mtao08.cox.netSMTP <20030828135356.CUHD28174.fed1mtao08.cox.net@localhost.bsd-unix.org>; Thu, 28 Aug 2003 09:53:56 -0400 Date: Thu, 28 Aug 2003 06:54:01 -0700 From: "Greg J." To: Heinrich Rebehn Message-Id: <20030828065401.6c145216.xcas@cox.net> In-Reply-To: <3F4E0715.3040402@ant.uni-bremen.de> References: <3F4B4633.1010807@ant.uni-bremen.de> <20030826045512.N503@njamn8or.no-ip.org> <3F4E0715.3040402@ant.uni-bremen.de> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Question on CVS Branches 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, 28 Aug 2003 13:54:21 -0000 On Thu, 28 Aug 2003 15:43:49 +0200 Heinrich Rebehn wrote: > Is RELENG_4 to be considered stable? I.e. can i use it for production? > > Also i am still a bit unsure, what CURRENT, RELEASE and STABLE mean. > From other OS's, i know that "Release" means "for production use". > But 5.x-RELEASE is said to be not for production. > Is STABLE more stable than RELEASE? > > Thanks for any insight > > Heinrich -STABLE = 4.x -CURRENT = 5.x -RELEASE = Snapshot of STABLE/CURRENT RELENG_4 is the development branch of -STABLE & it can be broken from time to time (rarely, but still).. so you wouldn't want to use that for production use. For production.. it's best to use a -RELEASE from the -STABLE branch. You'd want RELENG_4_8 - which is 4.8-RELEASE + bug/security fixes. Hopefully that makes some kinda sense. :D