Thanks, I'll do it, it's the frist time to use mailing list. Finally, I've found a file that is in every modules, like ChangeLog. Then I'll extract the output of "cvs status -v ChangeLog" in a file and I'll create a java class that obtain the list of tag.
Regards Tiroseno 2009/3/10 Alan D. Salewski <[email protected]> > [Splicing out-of-band message into thread...] > > Hi Tiroseno, > > You replied directly to me; please keep the discussion on the mailing > list. That allows for participation from all interested parties, many of > whom may be in a better position to help you than myself. It also > captures the discussion in the list archives, which benefits people > searching for answers before asking here. > > > On Tue, Mar 10, 2009 at 05:54:38PM +0100, tiroseno tiroseno spake thus: > > On Tue, Mar 10, 2009 at 11:09:37AM -0400, Alan D. Salewski spake thus: > > > 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 > > > > > > -- > > > a l a n d. s a l e w s k i [email protected] > > > > Hi, thanks > > > > But, I need the list of tags like NetBeans shows it. In NetBeans when you > > select a module in CVS, you can select the tag for this module from a > list. > > Do you know the NetBeans? > > I should this behavoiur for several modules. > > > > Regards > > > > Tiroseno > > I am not familiar with NetBeans, but I would expect that it is > performing a variation on one of the two approaches indicated in my > previous message. > > I'd be happy to learn about a different approach, though, if someone > here knows better. > > -Al > > -- > a l a n d. s a l e w s k i [email protected] > -------------------------------------------------------------------- > Grave robbers ahoy! > They brought lots of hefty bags. > Planning a long night? > -------------------------------------------------------------------- > Generated from Haiku-O-Matic: www.smalltime.com/haiku.html >
