On Sat, 28 Oct 2006 08:22:24 -0700, "John Lemire" <[EMAIL PROTECTED]> 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 _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
