Galen Boyer writes:
> 
> Is there a way to diff the head of the branch with the latest of
> the mainline to find which files were actually changed on a
> branch?  I'm not looking for the changes, just which files were
> actually changed.

>From your description, it sounds like you really want to compare the
head of the branch with the root of the branch.  One approach is:

        cvs log -RS -rbranch


If you tagged the root before you created the branch (which you always
should), you can also do:

        cvs diff --brief -rbranch-root -rbranch

or whatever other options you want.

-Larry Jones

Bad news, Mom.  I promised my soul to the Devil this afternoon. -- Calvin


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

Reply via email to