info-cvs
[Top][All Lists]
Advanced

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

Re: Show contents with certain tag


From: Ted Stern
Subject: Re: Show contents with certain tag
Date: Fri, 27 Jan 2006 10:24:40 -0800
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On 27 Jan 2006 at 08:33 UTC-0800, address@hidden wrote:
> My quest seems easy enough, but for some reason I cannot get the
> results I need.
>
> I am trying to get a listng of files in my repository with a certain
> tag.
>
> For exapmle, I have a tag called AAAb. I want to get a listing of all
> pieces in the repositry that have a tag of AAAb.
>
> The command I tried was:
> cvs history -T AAAb
>
> This returns history of modules with any tag.
>
> How do I get a listing that shows the contents of the repository that
> are tagged a certain way?
>
> Thanks.
>
> P.S. I searched the archives and could not find the answer, but may
> have missed it in my frustration...

Does this not work?

    cvs -n checkout -r AAAb modulename

If you want to do this for all modules, you can add an alias for all
of them to the CVSROOT/modules file.

Ted
-- 
 dodecatheon at gmail dot com
 Frango ut patefaciam -- I break so that I may reveal





reply via email to

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