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: Andy Jones
Subject: Re: List of files changed between 2 tags
Date: Thu, 26 May 2005 09:41:59 +0100

> > 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 was faced with the same problem, and eventually came to the
conclusion that the best solution was to write a script that parsed
the output of cvs rdiff -s -r <tag1> -r <tag2>.  The script wasn't too
complex.

I know you say you've considered this, but unfortunately, it seems to
be the best solution.

Andy.
-- 
Give me ambiguity, or give me something else.




reply via email to

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