From owner-freebsd-questions@FreeBSD.ORG Tue Aug 4 20:34:30 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 04F8010656F4 for ; Tue, 4 Aug 2009 20:34:29 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 71A668FC12 for ; Tue, 4 Aug 2009 20:34:29 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by bwz2 with SMTP id 2so3143588bwz.43 for ; Tue, 04 Aug 2009 13:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=6HCBwflDd+cRAF9GkkMl6GkwrOYLlUghP1BysY63Aks=; b=YrhyGtHV9hfvjWP8WK3BCi8+Jn2HUkxZsCuZE30URslV67i5FlAO7pV41D7SBKa8Q1 HnEoRnFvXfEKwAm5YtspVuIR0wIKIKeIBYPR9Mv6JaDn1df5U3PazqwmzDRJVqyTN0l0 UIo5jjPKej8qyaWNIJxkymVfVpChHRDqXE8EI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qEO1yzOt9aa/3xgM9STA4FO9o3IP1W7XEuhsgk5zVuH8T2heNBdCN9CS7n1ryuI1OV SIpblPXSNvUEAZkwIc7U6B5gHIjJhiyzFvJIJgc9/IV6pSbit7/G+7SIrn4M4gr4TJqH 8XG3o4vrZ89hFzD5+hURDGnIB0X3Q8VRrOSF4= MIME-Version: 1.0 Received: by 10.223.108.210 with SMTP id g18mr571383fap.65.1249418068268; Tue, 04 Aug 2009 13:34:28 -0700 (PDT) In-Reply-To: References: Date: Tue, 4 Aug 2009 16:34:28 -0400 Message-ID: <4ad871310908041334k43cb70e2t572276edcf0caee7@mail.gmail.com> From: Glen Barber To: "b. f." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org 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 20:34:31 -0000 On Tue, Aug 4, 2009 at 3:54 PM, b. f. wrote: > 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 ? >> > > It is the "branchpoint" tag, made when a release branch is first created: > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/release-proc.h= tml > I see. Noted. > It is not documented in most places because it is primarily of > interest to developers. > >>> _7_2_0_RELEASE >> >>Should be RELENG. =A0Don't blindly follow how-tos. >> > > RELENG_7_2_0_RELEASE is a valid tag. =A0Don't make pronouncements if you > haven't verified them. > He has _7_2_0_RELEASE, not RELENG_7_0_2_RELEASE. >>> _7_2 >>> >>> But could not find anything that told me where -p2 fits into this!! >>> >> >>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html > > More to the point is the following page in the handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html > --=20 Glen Barber