[EMAIL PROTECTED] writes:
>
> If I execute
> cvs -D "1999-09-08 15:27" checkout test/f.txt
> then I get in test/CVS/Entries:
> /f.txt/1.1.1.1/Wed Sep 8 08:44:53 1999//D99.09.08.13.27.00
> that is 1.1 und 1.1.1.1
> it should be 1.3. because it is newer
You're getting confused by timezones. Since you didn't include a
specific timezone on the command line, CVS assumes your local timezone
(which appears to be two hours later than UTC -- note that the sticky
date in the Entries file is 1999-09-08 13:27:00 UTC). If you change
that command to:
cvs -D "1999-09-08 15:27 UTC" checkout test/f.txt
it will work as you expect.
-Larry Jones
Sheesh. Who can fathom the feminine mind? -- Calvin
_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs