Florian Pachaly writes:
> 
> is there any easy way to get all changes made in a whole module between two
> tags?

In a working directory:

        cvs log -r tag1::tag2

        cvs diff -r tag1 -r tag2

Without a working directory:

        cvs rlog -r tag1::tag2 module

        cvs rdiff -r tag1 -r tag2 module

-Larry Jones

Wheeee. -- Calvin


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

Reply via email to