info-cvs
[Top][All Lists]
Advanced

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

Re: Is the group still alive


From: David H. Thornley
Subject: Re: Is the group still alive
Date: Fri, 22 Dec 2000 09:25:05 -0600

address@hidden wrote:
> 
> There haven't been any messages in almost two weeks -- is anyone
> still here?
> 
Yup.  The volume has not been high, but there have been at least
several messages a day.  (Usually, I restrict my replies to the
info-cvs address only; since you do not seem to be getting these
messages right now, I'm including you in the header.)

> In case there is <g>, is it possible to see what has changed in a
> project/module *since* a certain date?  Things can be checked out *as
> of* a certain date, but I really want to see the opposite -- what has
> been committed since a date, or what has been committed since a Tag.
> 
If you mean what changes have been made in a file since a certain
date, I'd use

cvs diff -D 2000-01-01 -D now -u foo.C

to see the changes since the beginning of the year (the -u is
because I like the unidiff format, and has nothing to do with
selecting a period of time).

If you're asking for a list of the actual checkins in a period
of time, I'd do a "cvs log" and look for the appropriate changes
myself (i.e., "vgrep" the log).

-- 
David H. Thornley                          Software Engineer
at CES International, Inc.:  address@hidden or (763)-694-2556
at home: (612)-623-0552 or address@hidden or
http://www.visi.com/~thornley/david/



reply via email to

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