Discussion:
Diffs by date on a branch?
Santhosh K
2009-11-20 08:46:56 UTC
Permalink
Isn't this possible?

http://lists.gnu.org/archive/html/info-cvs/2001-05/msg00270.html

Santhosh
---------


Is there a way to see diffs by date on a branch?

When I do a command like:

cvs diff -D 2001/04/20 -D 2001/02/07 foo.bar

I get a diff of Trunk revisions over that date range, not revisions from my
current branch, which is what I'd like to see. I also tried

cvs rdiff -r<branch_tag> -D 2001/04/20 -D 2001/02/07
<repository_path_to>foo.bar

a la cvs log, but it doesn't like all the revisions/dates.


The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. http://in.yahoo.com/
Loading...