info-cvs
[Top][All Lists]
Advanced

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

Re: How to list files changed between two TAGed revisions ?


From: Derek Scherger
Subject: Re: How to list files changed between two TAGed revisions ?
Date: Thu, 11 Jan 2001 19:08:55 -0700

Jin Zhao wrote:
> 
> Does CVS support directly list files changed between Two TAGed revisions ?
> If no such support, can we list files of each TAGed revision
> and compare them, then we may find those changes and use cvs log
> to list the related log messages.

I tend to use

        cvs -q rdiff -s -r TAG1 -r TAG2

This lists only the files that have changed and not the actual
differences. Dropping the -s wil list all of the actual changes too.
-- 
Cheers,
Derek



reply via email to

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