>From: Bruce Tiffany [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, April 18, 2001 1:59 PM
>When checking out from a repository, if cvs co -P <path> is used,
Please go back to the manual. This is not how the -P option is used.
http://cvshome.org/docs/manual/cvs_16.html#SEC118
>function is as expected. But if cvs co -D <some date and time
>in past> -P
><path> is used, files which have been deleted from the
>repository appear in
>the local copy. This occurs with cvs clients 1.10 or 1.11
That's because the files were "cvs remove"d after the specified date and
time. This is the correct cvs behavior.
Any differences with different time zones are only relevant if somehow the
time specified becomes after the files were removed instead of before.
It seems as if you don't understand the purpose of the -D option either.
If you won't read the manual, at least look at the help messages for the
command. Try:
cvs -H co
Jerry
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs