info-cvs
[Top][All Lists]
Advanced

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

Re: List the all the tags which are there in the Repository


From: Todd Denniston
Subject: Re: List the all the tags which are there in the Repository
Date: Tue, 26 Jul 2005 09:36:43 -0500

surya prakash babu bhattirplou74 wrote:
> 
> Hi all,
> 
> I am working in one specific Project
> We got some Requirement from the clients.
> I want the list of all the tags which are there in that perticaular
> Reposiotry .
> 
> could u any one help me ..
> 
> 
> Help Appriciated
> Thanks in advance ..

my method
get cvs2cl [1], run it like
`cvs2cl -t --xml`
then 
`grep -e "<tag>" -e "<\/tag>" ChangeLog | sort |uniq |less`

If you want to be really sure, remove the "uniq |" from the above line.
Note this may have the limitation of : 
if there are files that only exist in the attic, and those are the only ones
with a particular tag, then you will not see those tags.

[1] http://www.red-bean.com/cvs2cl/
-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter




reply via email to

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