From: Richard C. <rc...@gm...> - 2003-11-19 23:31:22
|
Hi Chris, > are there any plans to support the combined analysis of multiple CVS > modules? Not really. But I see that it would be useful in some situations. > Any ideas? If the plugin module and the test module are both in the same repository, then you can check out the "." module. This will check out all modules in the repository and the CVSROOT as a single module. This by itself is not very helpful if there are other modules besides the plugin and the tests. But the dev version of StatCvs has two new options, -include-files and -exclude-files. You can use them to exclude all other modules. This is probably not a perfect solution, but be good enough :-) Best regards, Richard |