Hello, * On Wed, May 25, 2005 at 06:53:49AM -0700 [EMAIL PROTECTED] 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/ _______________________________________________ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs