>You should be able to get what you want  from "cvs rlog -S".

Unfortunatelly, this seems not to be the clue.
There is no such option for rlog in version 1.11.1p1 (which I use).

I imagine st. like this:
cvs my_cmd -D mydate1 mydate2 mymodule

and it should generate a list of files which were changed
between mydate1 and mydate2 in mymodule
You can do cvs rdiff -s -rMYTAG Module, that will give you the changes
since this tag until now and will look like :

File VarioSam/VarioSam.cvs changed from revision 1.5 to 1.10
File VarioSam/Applicat/Src/Iologger.cpp changed from revision 1.5 to 1.10

Don't know if this works for two tags/dates either. I use 1.11.1p1 as well.

bye  Fabi





_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to