> 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:[EMAIL PROTECTED] 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 _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs