From: Brian G. P. <br...@br...> - 2006-03-06 14:53:11
|
On Monday 06 March 2006 08:32 am, Michael Blake wrote: > Has there been any effort to aggregate the data across all modules in a > repository? We do this here using a module that is made up entirely of symbolic links. So, organized somthing like this: /cvs CVSROOT/ module1/ module2/ module3/ module4/ combined_modules/ module1 -> ../module1/ module2 -> ../module2/ module3 -> ../module3/ module4 -> ../module4/ Works perfectly to generate combined statistics on all modules by running statcvs on combined_module. Regards, - Brian |