info-cvs
[Top][All Lists]
Advanced

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

Re: Getting revision notes out of CVS


From: Larry Jones
Subject: Re: Getting revision notes out of CVS
Date: Fri, 6 Oct 2000 11:31:36 -0400 (EDT)

John Scott - Outlook writes:
> 
> If I don't add an hour to the time, then it includes the revision tagged
> with rel-1-0. This is probably down to timezone differences between the cvs
> server and my workstation (though I have to do the same when running on the
> AIX server that hosts the repository).

It's due to the different between your local time and UTC -- CVS
(almost) always outputs times in UTC but input times are interpreted as
local time unless specified otherwise.  If you just tack a "UTC" on to
the end of the time:

        cvs log '-d >2000-09-07 13:12:02 UTC' >mods.txt

it will solve the problem.

-Larry Jones

I told her to expect you to deny everything. -- Calvin



reply via email to

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