[cvsnt] Re: Determine What files have changed on a branch

Tony Hoyle tmh at nodomain.org
Wed Mar 30 23:22:31 BST 2005


Matt Schuckmann wrote:
> Is there a quick and easy way to determine what files have actually changed
> on a branch.
> 
> For example, you apply a branch tag to an entire module, do some work,
> commit some files to that branch, some time passes and now you want to get a
> list of all the files that have actually been commited to that branch?
> 
> Seems like it would be something like a diff between the branch point and
> the branch tip but I don't want a full diff I just want a list of changed
> file names and paths.
> 
Some combination of log -S -R should do the trick.

Tony



More information about the cvsnt mailing list