[cvsnt] Re: -D option, for files before 2000.01.01 finds nothing?
Tony Hoyle
tony.hoyle at march-hare.com
Thu Jun 8 12:56:24 BST 2006
Michael KENNY wrote:
> Hi all,
>
> Does CVSNT have a restriction on pre year 2000 files?
>
> I'm in the process of transfering older projects into CVSNT.
> I have the files in CVS and can see them fine e.g. in eclipse
> resource history going back to dates like 1998.06.06 etc.
>
> Going back in time doing something like
> cvs diff -l -D 2006.02.04 works as expected
> so does
> cvs diff -l -D 2000.01.02
>
> but from
>
> cvs diff -l -D 2000.01.01
>
> I get no more resuts, instead:
> cvs server: Diffing .
> cvs server: no revision for date 99.12.31.23.00.00 in file XXXXXX
Is this CVSNT? We definately store centuries.
2000.01.01 is not a parsable date either...
It sounds like you're using a non-Y2k compliant client/server somewhere.
f$ cvs diff -D 2000.01.01
cvs [diff aborted]: Can't parse date/time: 2000.01.01
$ cvs diff -D 2000/01/01
cvs diff: Diffing .
cvs diff: no revision for date 2000.01.01.00.00.00 in file ChangeLog
cvs diff: no revision for date 2000.01.01.00.00.00 in file Makefile.am
Tony
More information about the cvsnt
mailing list