[cvsnt] Get list of modified/added/deleted files

Glen Starrett glen.starrett at march-hare.com
Sun Sep 3 05:45:08 BST 2006


Gabriel Genellina wrote:
> I want to get a list of all project changes since a certain date/tag. 
> This is what I usually do:
> 
> cvs -q rdiff -f -s -r TAGNAME MODULES

Have you tried rlog?

cvs -q rlog -SNR -d "2006-06-01<2006-09-02" QuestorProducts

I haven't tried that on a branch or comparing to a branch, but I think 
it should work.

This particular command only shows the RCS file name, but it includes 
all added, changed, or removed files (I think).

Regards,

-- 
Glen Starrett


More information about the cvsnt mailing list