Re: viewing all tags

2001-12-21 Thread Colm Murphy
Hi David, This script was posted a while back. -- -- show_tags.pl -- #!/usr/local/bin/perl -w my $Flag = 0; while( <> ) { $Flag = 1 and next if( /symbolic names:/ ); if( $Flag ) {

viewing all tags

2001-12-21 Thread David Hugh-Jones
hi all Is there a simple way to view all the tags that have been created in a repository? David ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs