info-cvs
[Top][All Lists]
Advanced

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

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


From: Robert Clark
Subject: Re: How do I get a barebone stripped off list of files changed between 2 builds?
Date: Tue, 12 Jul 2005 16:40:05 -0400
User-agent: KMail/1.8.1

On Tuesday July 12, 2005 03:58 pm, "S I" <address@hidden> wrote:
> 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.  

What I generally do is use the rdiff command with the -q and -s (for 
shout output) options. Something like:

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

You can substitute any valid combination of -r and -D options to 
restrict the output to the range you want. So in this case, your 
example would be:

cvs -q rdiff -s -r HEAD -D yesterday your-module-name > cvsHist1.txt

- Rob

-- 
Robert J. Clark                   
address@hidden            




reply via email to

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