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: Jim Hyslop
Subject: Re: Show contents with certain tag
Date: Fri, 27 Jan 2006 13:16:19 -0500
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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?

History only reports tags that were applied using 'rtag', not 'tag'.

It's a bit clunky, but

cvs lo -Nh -rtag-you-want | grep 'RCS file:'

should get you what you want.

- --
Jim Hyslop
Dreampossible: Better software. Simply.     http://www.dreampossible.ca
                 Consulting * Mentoring * Training in
    C/C++ * OOD * SW Development & Practices * Version Management
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD2mNzLdDyDwyJw+MRAn/CAKCVYbwX0QIiSWFXbDNXISGUE1VklgCdHCGG
wJwfaPV85a+DzZi3vdFecU0=
=V+fs
-----END PGP SIGNATURE-----





reply via email to

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