From owner-freebsd-questions@FreeBSD.ORG Tue Aug 4 18:32:20 2009 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 2F5641065672 for ; Tue, 4 Aug 2009 18:32:20 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DC6AD8FC14 for ; Tue, 4 Aug 2009 18:32:19 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MYOo5-0008Bo-JU for freebsd-questions@freebsd.org; Tue, 04 Aug 2009 18:32:18 +0000 Received: from pool-71-166-145-103.washdc.east.verizon.net ([71.166.145.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Aug 2009 18:32:17 +0000 Received: from nightrecon by pool-71-166-145-103.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 Aug 2009 18:32:17 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 04 Aug 2009 14:32:19 -0400 Lines: 35 Message-ID: References: <200908041843.41785.david@vizion2000.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-145-103.washdc.east.verizon.net Sender: news Subject: Re: cvs tag usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 18:32:20 -0000 David Southwell wrote: > I am confused about the usage of the tag for src. > > I took a look at the web pages and found the following choices: > > _7_BP > _7_2_BP > _7_2_0_RELEASE > _7_2 > > But could not find anything that told me where -p2 fits into this!! > > > # uname -a > > 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > To synchronize src do I use: > > *default release=cvs tag=RELENG_7_2 > will this automatically track the latest version in 7_2 and therefore > keep track with 7.2-RELEASE-p2 or later?? > Yes. RELENG_7_2 is the security patched update of Release. The -p2 means there have been two security patches applied to the source code. The actual release (RELENG_7_2_0_RELEASE) is static and will never change. The only thing that changes with _7_2 is the addition/inclusion of the patches you see in the security announcements. -Mike