Is there a way to get CVS rdiff info using a branch, a revision, AND a date?
Posted
by scooterhanson
on Stack Overflow
See other posts from Stack Overflow
or by scooterhanson
Published on 2010-04-12T20:42:15Z
Indexed on
2010/04/12
20:42 UTC
Read the original article
Hit count: 228
cvs
I want a list of everything that's changed on my project's branch, since a specified revision, but with a specified cut-off date... So, this is the command I would like to be able to run:
cvs -q rdiff -s -r v2_release_3 -r myproj_v2_release -D 2010-04-10 myproj
...but, of course CVS only wants up to 2 revisions / dates and I just get an error "rdiff aborted".
© Stack Overflow or respective owner