0
点赞
收藏
分享

微信扫一扫

StatSVN的应用


1. Download statsvn.jar from http://www.statsvn.org/

svn co https://svn仓库路径/geh-gal/trunk/GEH_GAL_DEV/APP/GEH_GAL/Source_Files

cd Source_Files

svn log -v --xml > ../logfile.log
cd ..

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>

举报

相关推荐

0 条评论