[ On Tuesday, March 5, 2002 at 17:58:00 (+0200), Nir Harel wrote: ]
> Subject: List of files' revision which tag by <TAG NAME>
>
> Is there any command to get back the list of files with there revision by
> input the tag name only ?

Sort of.  Try "cvs checkout -p -r TAG_NAME MODULE_NAME > /dev/null"
(You want the output written on stderr.)

That's not a "list" per se, but it's not hard to turn it into one with
AWK or whatever....

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <[EMAIL PROTECTED]>;  <[EMAIL PROTECTED]>;  <[EMAIL PROTECTED]>
Planix, Inc. <[EMAIL PROTECTED]>; VE3TCP; Secrets of the Weird <[EMAIL PROTECTED]>

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

Reply via email to