info-cvs
[Top][All Lists]
Advanced

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

Re: Tags question


From: Todd Denniston
Subject: Re: Tags question
Date: Mon, 03 Dec 2001 17:17:29 -0500

> Mark Lancisi wrote:
> 
> Is there a cvs command or utility that you can run on a given project/module
> that will give you a list of all the tags present therein?
> 
> thanks in advance!
> 
> markl
http://www.red-bean.com/cvs2cl/

cvs2cl.pl -r -t ; grep -A1 "utags:" ChangeLog

I am not sure if it gets them all, but it gets a good chunk.

cvs status -v filename

will show all attached to a particular file.
the utags trick gets me all the ones applied by import and I have a file (in
the repo) in which my tag scripts track all the tags I have hand applied, so I
don't have to do these searches. (I think I posted the scripts earlier so if
you want them try searching an archive first)
-- 
______________________________________________________________________________
Todd Denniston, Code 6067, NSWC Crane mailto:address@hidden
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
        -- Vance Petree, Virginia Power



reply via email to

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