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: Cloud Burst
Subject: Re: Find date when label was applied
Date: Sun, 29 Oct 2006 08:26:08 -0800

On Sat, 28 Oct 2006 08:22:24 -0700, "John Lemire" <address@hidden> wrote:

>Anyone know how to figure out when a label was applied to a file?
>thanks
>-john

If you have a pretty good idea of when the tag was made, and assuming you 
tagged 
the entire codebase at the same time, you can do this: 

1. check out the tag
2. make an educated guess about when the tag was made; let's call this dateGuess
3. do 'cvs -nq up -D"dateGuess"'
4. do a manual binary search, changing dateGuess until 'cvs -nq up' returns 
nothing

As you get closer to the actual date, the number of changed files should 
minimize, 
helping you narrow down your search.

CB


reply via email to

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