info-cvs
[Top][All Lists]
Advanced

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

Re: List of files' revision which tag by <TAG NAME>


From: Greg A. Woods
Subject: Re: List of files' revision which tag by <TAG NAME>
Date: Tue, 5 Mar 2002 15:10:11 -0500 (EST)

[ 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;  <address@hidden>;  <address@hidden>;  <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>



reply via email to

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