info-cvs
[Top][All Lists]
Advanced

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

Re: How to track all file changes on a branch since its date of


From: Larry Jones
Subject: Re: How to track all file changes on a branch since its date of
Date: Thu, 7 Sep 2006 11:13:07 -0400 (EDT)

chaitu writes:
> 
> A branch was created some months back and there've been loads of
> changes to the files in that branch in our organisation. How do I
> generate a list of files that have been Added, Removed, Modified on
> that branch from the date of its creation up to the present?

Assuming you tagged the root of the branch:

        cvs rdiff -s -r branch_root -r branch module

If you didn't tag the root of the branch, then you should probably do so
now after the fact by checking out or updating to the date/time when the
branch was created and then tagging.

-Larry Jones

I'm so disappointed. -- Calvin




reply via email to

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