Hi,
cvs log -S -d "24 hours ago <"
works fine for me. It gave me the log of changes made 24 hours ago on the
CVS repository.
Thank you
Pradeep Kumar T


                                                                                
                                              
                    Todd Denniston                                              
                                              
                    <[EMAIL PROTECTED]       To:     [EMAIL PROTECTED]          
                             
                    .navy.mil>                      cc:     info-cvs@gnu.org    
                                              
                    Sent by:                        Subject:     Re: using cvs 
log like cvs log -d "24 hours ago"             
                    [EMAIL PROTECTED]                                           
                                      
                    il                                                          
                                              
                                                                                
                                              
                                                                                
                                              
                    25-01-05 09:02 PM                                           
                                              
                                                                                
                                              
                                                                                
                                              




[EMAIL PROTECTED] wrote:
>
> Hi,
> i need to get the CVS log entries for entries made in the last 24 hours!
> i tried
> using cvs log like cvs log -d "24 hours ago"
> it doesnt work.
> Any alternative?
>

cvs log does not work as I expect, but it can be made to give what you
want.
try
cvs log -S -d "24 hours ago <"

the -S "Do not print name/header if no revisions selected."
and the < indicates I want changes after the specified date, and we leave
the up to date unspecified so cvs fills it in with NOW.

cvs log --help
is a little confusing, I had to go to an old email I answered to get this
trick.
        -d dates        A semicolon-separated list of dates
                        (D1<D2 for range, D for latest before).
perhaps a better output would be
        -d dates        A semicolon-separated list of dates, or
                        D1<D2 for a date range, or D< for changes since D,
or
                        D Select the single, latest revision dated D or
earlier.



> Thanks and Regards.
> Pradeep Kumar T
>
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter






----------------------------------------------------------------------------------------------------------------
This email and any attachments have been scanned for known viruses using 
multiple scanners. We believe that this email and any attachments are virus 
free, however the recipient must take full responsibility for virus checking. 
This email message is intended for the named recipient only. It may be 
privileged and/or confidential. If you are not the intended named recipient of 
this email then you should not copy it or use it for any purpose, nor disclose 
its contents to any other person. You should contact Misys International 
Financial Systems  so that we can take appropriate action at no cost to 
yourself. 


Misys International Financial Systems is part of Misys Banking and Securities 
Division, a member of Misys Group of Companies.


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to