[cvsnt] Re: How to list all files of my repository with a particular tag ?
Glen Starrett
grstarrett at cox.net
Sun Aug 1 18:06:33 BST 2004
Michel Landrain wrote:
> I want to list all files of my repository with a particular tag
>
> To do that, i'm using the following command :
>
> cvs -z9 log -ru_20040721
>
> u_20040721 is the tag I want to list.
>
>
> When I run that command, all files of the repository are listed with other
> tags. Not only the tag requested.
With a little experimentation and some help from "cvs -H log", I've
figured out that you can use -S to get your results. Use -q to suppress
all the warnings for files without that tag.
cvs -q log -S -rtesttag
--
Glen Starrett
More information about the cvsnt
mailing list