Mark Lancisi writes:
> 
> I need to find out the list of changes, per file, made to a branch since =
> its creation.

        cvs log -r branch

> I also need a list of changes, per file made to the trunk =
> since creation of the branch. I want to be able to sort these lists of =
> files  and compare them.
> 
> I've got a static tag signifying the foot of the branch.  Does anyone =
> have any tips on the easiest way to get this info out of cvs?

        cvs log -r branch_base:

-Larry Jones

I like maxims that don't encourage behavior modification. -- Calvin

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

Reply via email to