文件名称:cvs静态报表jar包
文件大小:1.67MB
文件格式:JAR
更新时间:2011-10-28 09:37:17
cvs 静态报表
CVS报表工具 时间: 2004-11-11 Statcvs-xml这个工具是在公司的新闻组上看到的,它是一个开源组织的作品,主要是用来生成CVS修改的报表,包括图形显示功能,很不错。 1.访问http://statcvs-xml.berlios.de/,下载工具JAR包:statcvs-xml-0.9.4-full.jar; 2.步骤: It takes three steps to create reports for a CVS module: (1). Check out a copy of the module from CVS (2). Create a CVS log for the module (3). Run StatCvs-XML Detail: (1).Checking out a module from CVS You can skip this step if you have already checked out a working copy. Typically, the command looks somewhat like this (replace [cvsroot] and [module] with the cvs module and root you want to check out): cvs -d[cvsroot] checkout [module] 或者: cvs -q update (2). Creating a CVS log file Change into the directory where you have checked out the module, and use the cvs log command to create a log file. cvs log > cvs.log (3). Running StatCvs StatCvs is run using the command: java -jar statcvs-xml-full.jar This will generate the reports in the html documents in a directory statcvs-xml-out/. The directory will be created if it does not exist, yet. Point your browser to statcvs-xml-out/index.html to access the table of contents of the generated reports. 如果内存爆出不足,参照下面: java -Xmx512M -jar statcvs-xml.jar -output-dir cvsreport