Um, you might want to warn people that it only lists tags associated with
files that are in or below the current directory.  If there are tags in your
project which were not applied to your current tree, then you won't be
alerted to their existence.

If you have local access to your cvsroot, you should be able to get a list
of ALL tags used in the module with this:

find /usr/local/cvsroot/PRISM -name *,v | xargs perl -n -e 'if($s){last
unless($t)=/(\S+):/;print"$t\n";}else{$s=/^symbols/;}' | sort -u


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to