Mark Lancisi writes: > > 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?
Not per se -- tags are per-file and CVS doesn't keep any reliable collective information about them. You can always use status -v or log on a representative file or on all the files and collect them yourself. -Larry Jones I'll be a hulking, surly teen-ager before you know it!! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
