info-cvs
[Top][All Lists]
Advanced

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

Re: List of files changed between 2 tags


From: Spiro Trikaliotis
Subject: Re: List of files changed between 2 tags
Date: Wed, 25 May 2005 16:07:53 +0200
User-agent: Mutt/1.5.6+20040907i

Hello,

* On Wed, May 25, 2005 at 06:53:49AM -0700 address@hidden wrote:
 
> I am trying to get a list of files changed between two tags. I am
> aware of 'cvs diff' command but not interested to see in the output
> the lines that have changed, contextually or not, I just need to see
> _what_ files have changed, period. I have checked all options of 'cvs
> diff' including --brief, however without any luck.

I'm not sure if there is a shorter option, but you could use the
following:

1. checkout the first tag
2. perform a "cvs up" to the 2nd tag

This way, you can check the output of the "up" command to see which
files changed.

HTH,
   Spiro.

-- 
Spiro R. Trikaliotis                              http://cbm4win.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/




reply via email to

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