Differences between revisions 4 and 5
Revision 4 as of 2005-01-05 10:32:31
Size: 2513
Editor: ZoomQuiet
Comment:
Revision 5 as of 2005-01-05 10:35:20
Size: 2526
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
  * modifiles-snap.jpg   * attachement::modifiles-snap.jpg
  • 照猫画虎!是也乎!哈哈哈!

TableOfContents

系统工具尝试

  • 开始想通过 FreeBSD 中的 find,awk,sed 什么的功能来自个儿组合一个分析方案

一定时期内被更新的文件

  • 反复尝试后得到:
    •   # find /path/to/my/CVS -mtime -7 -type f | wc -l | awk '{print $1}'
      输出统计数目
    • 那未 Python 组织自动分析所有CVS:
    • ["/modifiles.py"] -- 执行脚本
    • 执行结果: ["/statcvs.xml"]
    • 页面解析效果:
    • attachement::modifiles-snap.jpg
  • 但是如何统计CVS操作的次数?通过对比 CVSROOT/History 记录行数?!
  • 最终发现发现--太麻烦!也不好定制-- 放弃

statcvs-xml 尝试

  • 后来统一在 [http://statcvs-xml.berlios.de/ statcvs-xml] 的JAVA分析工具上!

    • 但是依然麻烦!
    • 虽然有完善的图表汇报,但是,只能针对模块进行分析,[http://10.88.15.203/statcvs/scm/scm/ SCM 模块的statcvs 分析结果]

    • 而且只能先 生成log 文件再进行分析!然而log 文件,又要在 check out 模块代码后才能够生成!
  • 最后在Python 的帮助下自动将各模块的分析页面进行汇总:

history 分析!


ZoomQuiet [DateTime(2005-01-05T09:56:01Z)]

CvsWeeklyStat/WeeklycvsHow (last edited 2009-12-25 07:16:10 by localhost)