Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 09:10:03 -0700 (MST)
From:      "M. Warner Losh" <imp@village.org>
To:        ru@FreeBSD.ORG
Cc:        sheldonh@starjuice.net, arch@FreeBSD.ORG
Subject:   Re: Adding support for a global src tree serial number
Message-ID:  <20020131.091003.108028797.imp@village.org>
In-Reply-To: <20020131140403.A69232@sunbay.com>
References:  <79300.1012474898@axl.seasidesoftware.co.za> <20020131140403.A69232@sunbay.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <20020131140403.A69232@sunbay.com>
            Ruslan Ermilov <ru@FreeBSD.ORG> writes:
: This scheme won't work because the state of the tree can be modified
: by CVS meisters performing direct operations on a repository.  See
: how stealthy the latest GCC import gone.

Also right now two committers can be committing to different parts of
the tree at the same time, so A might get his src commit in first, but
get the second serial because B races his commit in and wins the race
for the global serial number.

So the serial number is only approximately useful, but that
approximation is likely to be better than 4.4 or 4.5 :-).

Right now cvs co -D doesn't work due to repo surgeries, and this would
be no different.

As to the format, ignore everybody else and pick one that won't
generate too many complaints.  I have my opinions, but that's really a
detail best left to the implementor.  (eg I don't care what you do as
long as it isn't Wrong :-).

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131.091003.108028797.imp>