On 11 Dec 2005 21:14:24 -0800, akkisoft <[EMAIL PROTECTED]> wrote:
Hi Abhi,

To get difference between two tags use:
cvs patch -s -rtag1 -rtag2 module

cvs rdiff -s -rtag1 -rtag2 module
(patch is an alias for rdiff aparently; at least on my machine 'patch' is not listed as a command and 'cvs -H patch' returns help for rdiff)  So I guess the key is the '-s'.

Anyhow.  Blah.

--Russ

This will give you a list of files that have changed between 2 tags.

_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to