info-cvs
[Top][All Lists]
Advanced

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

Re: commit details


From: Larry Jones
Subject: Re: commit details
Date: Tue, 11 Dec 2001 12:07:22 -0500 (EST)

Raghavendra_Ganiga writes:
> 
>        How to get the list of checked in files/modules with checkin comments
> for the last 24 hours. Problem is I am administrator on client side so don't
> have access to commitinfo.

To get just the list of files:

        cvs rdiff -s -Dyesterday -Dtoday .

To get log messages:

        cvs rlog -d'yesterday<today' .

Note, however, that that lists all the files, but only shows log
messages for the ones you're interested in.  Also note that in both
cases you get the list of files that changed yesterday.  If you
literally want 24 hours from right now, you'd have to use dates like
"now" and "now - 24 hours".

-Larry Jones

ANY idiot can be famous.  I figure I'm more the LEGENDARY type! -- Calvin



reply via email to

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