当前位置: 代码迷 >> CVS/SVN >> StatSVN的施用
  详细解决方案

StatSVN的施用

热度:10010   发布时间:2013-02-26 00:00:00.0
StatSVN的应用
1. Download statsvn.jar from http://www.statsvn.org/

2. Create a bat file, like this:

svn co https://svn仓库路径/geh-gal/trunk/GEH_GAL_DEV/APP/GEH_GAL/Source_Filescd Source_Filessvn log -v --xml > ../logfile.logcd ..java -mx896m -jar statsvn.jar logfile.log ./Source_Files -output-dir ./StatSVN/svnreport


3. Run above StatSVN.bat

4. Download Apache Server

5. Setup Apache Server

6. Config the apache httpd.conf, change it to:
DocumentRoot "产生报表的路径"<Directory "产生报表的路径">  AllowOverride None  Order allow,deny  Allow from all</Directory>
  相关解决方案