[cvsnt] Re: Get a list of all files with tag

Tony Hoyle tmh at nodomain.org
Sat Mar 6 12:09:23 GMT 2004


Mike Lehmann wrote:

> Hi,
> 
> I want to get a list of all files in the repository which have a certain 
> tag. Currently I do it with:
> 
>  cvs rlog -r <tag> -R -S <module-name>
> 
> But how to get the revisions as well? Thanks in advance!

Try

cvs ls -lR -r <tag>

Tony



More information about the cvsnt mailing list