Assuming you have tags to work with:

 cvs -q diff --brief -r TAG1 -r TAG2 dir1 dir2 | grep RCS | cut -f 3- -d
' '

You can do the same thing with dates:

cvs -q diff --brief -D yesterday -D today build nos | grep RCS | cut -f
3- -d ' '

See the Fogel CVS book (http://cvsbook.red-bean.com/) for details on
date formats.

~Matt

On Fri, 2004-01-23 at 15:08, Daevid Vincent wrote:
> I'm pretty novice to CVS and have done some searching with varied results.
> I'm looking for a CVS command or some kind of script that will simply show
> me ALL the changed files (just 1 each, not each micro version) since a given
> date in the CVS trunk.
> 
> http://cmiss.bioeng.auckland.ac.nz/development/help/cmiss_cvs_help.html
> http://www.mit.edu/afs/sipb/project/source-sipb/source/doc/sipb
> 
> I found both of these, but they spit it out with way too much info. I just
> want a simple list, suitable for piping to a tarball. Like this:
> 
> /dir1/thisfile.php
> /dir1/someotherfile.php
> /dir3/foo.txt
> /dir5/subdir/bar.ini
> ...
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/info-cvs

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to