Mail Archives: djgpp-workers/2000/06/26/15:20:33
Hello.
Eli Zaretskii wrote:
> Is there any way to get CVS to report all the files that were changed
> since a certain date, or a specific revision tag?
[snip]
> I cannot find anything apporopriate in the CVS manual. Am I missing
> something?
Pardon my libsocket-ish example, but something similar to:
cvs rdiff -r lsck-0_7_4-beta-4-RELEASE -r HEAD lsck
should do what you want. You can use '-D [date]' instead of '-r', although
I don't know what format CVS uses for dates. You need access to the
repository for this to work. I have no idea how fast it is over dial-up
(56kbps) connection as I've only tried it on Ethernet.
See the following for more info:
info cvs 'cvs commands' rdiff
Hope this helps, bye, Rich =]
--
Richard Dawe
[ mailto:richdawe AT bigfoot DOT com | http://www.bigfoot.com/~richdawe/ ]
- Raw text -