From owner-freebsd-questions@FreeBSD.ORG Tue Aug 4 21:08:38 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 3CEC81065674 for ; Tue, 4 Aug 2009 21:08:38 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6A88FC19 for ; Tue, 4 Aug 2009 21:08:37 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 732BC7E818 for ; Tue, 4 Aug 2009 13:08:37 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 4 Aug 2009 13:08:36 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <200908041843.41785.david@vizion2000.net> <4ad871310908041207u1f57800cu70f4f66afed2b19b@mail.gmail.com> <20090804205254.GA89738@owl.midgard.homeip.net> In-Reply-To: <20090804205254.GA89738@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908041308.36616.mel.flynn+fbsd.questions@mailing.thruhere.net> Subject: Re: cvs tag usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 21:08:38 -0000 On Tuesday 04 August 2009 12:52:54 Erik Trulsson wrote: > On Tue, Aug 04, 2009 at 03:07:20PM -0400, Glen Barber wrote: > > On Tue, Aug 4, 2009 at 1:43 PM, 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 > > > > BP ? > > BP = Branch Point. It is a tag which marks the place where the > corresponding branch was created. And for developers or interesting parties, one can create cvs diff using -rRELENG_7_2_BP -rRELENG_7_2_RELEASE to see how many fixes hit the tree during the final release stage. -- Mel