info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Find date when label was applied


From: John Lemire
Subject: RE: Find date when label was applied
Date: Sat, 28 Oct 2006 13:13:40 -0700

Thanks Michael! :-)

-----Original Message-----
From: Michael Haggerty [mailto:address@hidden 
Sent: Saturday, October 28, 2006 1:12 PM
To: John Lemire
Cc: address@hidden
Subject: Re: Find date when label was applied

John Lemire wrote:
> Anyone know how to figure out when a label was applied to a file?

This information is not stored by CVS.  With effort, you can put some
bounds on the time:

1. A tag or branch label must have been created sometime *after* the
revision that was tagged.

2. If the label is a branch that itself had commits on it, then the
branch was created sometime *before* the time of the first commit.

3. If you assume that the label was created across multiple files at a
single moment in time (which doesn't have to be the case--separate files
can be tagged at different times), then constraints (1) and (2) can be
applied to each file that was tagged, further narrowing the time range.

Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]