info-cvs
[Top][All Lists]
Advanced

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

RE: List of CVS Tags


From: Zieg, Mark
Subject: RE: List of CVS Tags
Date: Thu, 26 Sep 2002 11:24:50 -0400

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




reply via email to

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