Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 1997 09:15:28 -0500
From:      "Scot W. Hetzel" <hetzels@aol.com>
To:        "Stable" <stable@FreeBSD.ORG>
Cc:        "Chad R. Larson" <chad@freebie.dcfinc.com>
Subject:   Re: Fwd: CVSup release identity
Message-ID:  <01bcd3f4$a0e6ea20$LocalHost@hetzels>

next in thread | raw e-mail | index | archive | help

-----Original Message-----
From: Chad R. Larson <chad@freebie.dcfinc.com>
>I'll re-suggest an alpha-numeric counter instead of date/time, both for
>economy (fewer characters) and to avoid debate about time zones and
>daylight savings.  But I'd add a character that denotes which CVS tag

I'm against an alpha-numeric counter, as a 2 digit counter only produces
1296 combinations.  If you look at the number of CTM updates for CURRENT,
they are in the 3000, thus we'll have exhausted the combination long before
we start.

As for a date/time stamp, there would be no debate about time zones or
daylight savings as the date/time stamp is applied at the Master Source
Repository server. Times zones or daylight savings isn't a problem as long
as everyone agrees that job of the Master Source Repository server is to
provide a timestamp to the source trees,  and that it will use a constant
time (ZULU) value.

>was used to retrieve the sources.  Obvious characters would be 'C' (for
>current), 'R' (for release) and 'S' (for stable).  The other 23
>characters could (and should) be assigned to any other tags accessable
>to non-core team members.
>
>So, we'd see something like this:
>2.2-CAB
>2.2-SCD
>2.2.5-R

Also, your tag wouldn't be required if we did the following:

# uname -r

2.2.2 (199710081259)

# uname -v

FreeBSD 2.2-STABLE ...

According to the man page "uname -r" gives the Release Level, while
"uname -v" shows the version, along with other information.  "uname -v"
could also indicate the development branch (CURRENT, RELEASE, or STABLE) for
the source.

Scot








Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01bcd3f4$a0e6ea20$LocalHost>