From owner-freebsd-questions@FreeBSD.ORG Tue Aug 4 19:54:56 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 ADD8F1066220 for ; Tue, 4 Aug 2009 19:54:56 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ew0-f206.google.com (mail-ew0-f206.google.com [209.85.219.206]) by mx1.freebsd.org (Postfix) with ESMTP id 428058FC18 for ; Tue, 4 Aug 2009 19:54:55 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: by ewy2 with SMTP id 2so3954676ewy.43 for ; Tue, 04 Aug 2009 12:54:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=PaUByF58fPjyUSFOsLb+ajl8Vf048LdE7SC76vlGMNc=; b=qkio74pWHxyg22IrvnSk8y8wFJO17lajdtNL1HO62s8QSm5CS5qCtowcD9mesz7IVC gj3B2QKSi+1EeWCHxi9ks86fXAN0etagYU7xt5VTCJW51SZmrS16PDDdOqgM0cm+IIWA B8oUawO2ZfOdypcnH7HPgy8wbE98/zXqTrLv0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=bW0XXGJ4IDC0zTjs+tklEUc42+XPVs9hkd+6st1uVDqIp+6qRMYhinPAMLkHiNyVLO a4WWQLSCFrqOGC0r50V1RiSSBTcd7jvRoqOc2yE5pEKX5wgwgq6LLngOrnTqBJbwbccB dRXHRoaEZAeE3gSgYbPIa2bq1pYlIR+cCuoh4= MIME-Version: 1.0 Received: by 10.216.15.68 with SMTP id e46mr1548195wee.225.1249415695071; Tue, 04 Aug 2009 12:54:55 -0700 (PDT) Date: Tue, 4 Aug 2009 19:54:55 +0000 Message-ID: From: "b. f." To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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 19:54:57 -0000 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.html It is not documented in most places because it is primarily of interest to developers. >> _7_2_0_RELEASE > >Should be RELENG. Don't blindly follow how-tos. > RELENG_7_2_0_RELEASE is a valid tag. Don't make pronouncements if you haven't verified them. >> _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 b.