Listing available tags

2002-01-21 Thread Duncan Sommerville
Hi, Is is possible to list all the tags associated with a project, without actually checking the project out and checking individual files? Likewise, is it possible to get a list of all tags in a given repository? Many thanks, Duncan. _

Re: Listing available tags

2002-01-21 Thread Larry Jones
Duncan Sommerville writes [in very long lines]: > > Is is possible to list all the tags associated with a project, without > actually checking the project out and checking individual files? CVS doesn't have projects -- I assume you mean either a directory or a module. And the simply answer to y

Re: Listing available tags

2002-01-24 Thread Colm Murphy
Hi Duncan, Here is a script that will return all tags used in a module or directory Colm A #!/usr/local/bin/perl -w #-- # Parameters #-- $modul