On Thu, 14 Jul 2005, Panagiotis Astithas wrote:
> Aaron Mulder wrote:
> >     Anyway, do you know how to get CVS to tell you every change that's
> > been made since the branch point?
> 
> cvs rdiff -rTAGNAME1 -rTAGNAME2 modulename

Thanks, but I'm actually hoping for something like:

7/1 - ammulder - Foo.java - Made some change
7/1 - ammulder - Bar.java - Made some change
7/2 - dblevins - Baz.java - Some other change
...

I recall seeing something like that once...

The problem is, I don't want to apply all the changes between branch point
and head, just the ones I care about.  :)

Thanks,
        Aaron

Reply via email to