Re: Help
Milos Kleint <[email protected]> Thu, 11 Jul 2002 14:07:11 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
saad tawwab wrote: > Hi!! > First of all I am sorry that I mailing directly to u rather than mailing > to dev list but somehow my e-mails to the dev-list are bouncing back. I > hope u don't mind. > no problem with me. i've checked the dev list subscriber list and you're there under [email protected]. if that's your addy, please file a bug against www module. (P2 probably) > > Hello!!! > > Is it possible to tag folders in the CVS using the TAGCOMMAND provided > in the CVSLib. Yup. if the setFiles() array includes folders the command is executed on the folder.. After that the folder's CVS subdir includes a file named Tag. all newly added files etc. get this file's value as well. > > Secondly when I run the DiffCommand and the LogCommand the output the > Differences and the Log show up on the console. Is there anyway I can > capture this output or can anybody identify the class that is > responsible for writing the response for these commands to the Console. > I would be especially obliged if anybody could help me with this. > they show up in the console because there's a CVSListener that prints them, remove/change the listener and write your own that will only work with the parsed data (DiffInformation+LogInformation) and not the single messages. Regards. Milos > > Regards, > Saad Tawwab >