I'm looking for a way to create a list of files
changed in certain period and in a certain branch.
I need to export the changes to other Version system
occasionally and I need to extract the fiels changed
only a certain period. 

When I export every changes made in a branch I can use
the followiing command to list the files.

cvs -Q rdiff -s -r <tagname> -r <branchname> V1MFE

But diff command does not seem to support the dates.
When I use the update command I can specify both
tagnaem and date together as follows.

cvs update -j<tagname>:<date> -j<tagname>:<date>

Does anyone know if 'diff' command has similar
option ? 

thank you.
 
===============================
Masanori Watanabe


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you�re looking for faster
http://search.yahoo.com


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

Reply via email to