info-cvs
[Top][All Lists]
Advanced

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

How do I get a barebone stripped off list of files changed between 2 bui


From: S I
Subject: How do I get a barebone stripped off list of files changed between 2 builds?
Date: Tue, 12 Jul 2005 13:16:58 -0700

Hi

I'm trying to get a stripped down list of files modified and committed between 2 builds or a build and my working folder in CVS. I would just like to see the path/filename only. Compare it to a list received from the developers to verify we're in synch, do the build and deliver their corresponding .class files.

Many of the CVS commands (log, tag, history, diff, etc) generate way more than I need. Do I need to write scripts that parse out what I need? Is there a cvs command to do this so I can avoid scripting?

For instance I did the following command:

cvs history -ac -D yesterday  >cvsHist1.txt

And this is yet the closest I've got to what I needed.

Thanks

Steve






reply via email to

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