info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What files were changed on a branch?


From: Larry Jones
Subject: Re: What files were changed on a branch?
Date: Sat, 22 May 2004 19:28:21 -0400 (EDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]