info-cvs
[Top][All Lists]
Advanced

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

Re: diff -D isn't showing any changes but history does


From: Larry Jones
Subject: Re: diff -D isn't showing any changes but history does
Date: Fri, 6 Jul 2001 15:27:49 -0400 (EDT)

address@hidden writes:
> 
> I'm trying to show all changes made to a directory over the last few weeks.  I
> do:
> $ cvs history -c -a -D 2001/06/20 bsp3/src/kxc/pipe
> 
> M 2001-06-21 22:06 +0000 mryan 1.20.2.1    kxcscsdm.txt bsp3/src/kxc/pipe ==
> <remote>
> M 2001-06-29 15:07 +0000 mryan 1.1.1.6.2.1 kxclmana.c   bsp3/src/kxc/pipe ==
> <remote>
> M 2001-06-29 15:07 +0000 mryan 1.1.1.5.2.3 kxccmsga.c   bsp3/src/kxc/pipe ==
> <remote>
> M 2001-06-29 15:07 +0000 mryan 1.8.2.1     kxczflua.c   bsp3/src/kxc/pipe ==
> <remote>
> M 2001-06-29 15:07 +0000 mryan 1.9.2.1     kxchfnca.h   bsp3/src/kxc/pipe ==
> <remote>
> M 2001-06-29 15:07 +0000 mryan 1.5.2.1     kxchfida.h   bsp3/src/kxc/pipe ==
> <remote>
> M 2001-07-05 18:37 +0000 mryan 1.3.2.1     kxcbmvs.mak  bsp3/src/kxc/pipe ==
> <remote>
>
> and I see plenty of changes,

Note the revision numbers -- the changes were all on branches.

when I do:
> $ cvs diff -D2001/06/20  -Dtoday
[...]
> Nothing?  What am I missing.

That cvs diff with two dates only shows differences on the trunk.  This
is an unfortunate limitation; some commands let you specify both a
revision (branch) and a date, but diff isn't one of them.  There was
some discussion a few weeks ago about harmonizing the various ways of
specifying dates and revisions, but no concensus was achieved.

-Larry Jones

The real fun of living wisely is that you get to be smug about it. -- Hobbes



reply via email to

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