On Tue, Mar 10, 2009 at 12:47:46PM +0100, tiroseno tiroseno spake thus:
Hi,
I'm trying to get a list of tags of one module, but I don't find any command
to get it.
Is it posible?
Thanks
The tags are associated with files, not to a module.
Since it is possible to add a tag to a single file within a module, to
generate a complete set you would have to examine all files (including
those that have been removed) for all tags.
In practice, however, all files for a module get tagged together, so
your best bet is to just look for the tags on a file that is likely to
have been part of the project since the beginning. Often times there is
a 'README' or 'ChangeLog' file at the top level of a project directory
that is suitable for this.
$ cvs status -v ChangeLog
HTH,
-Al