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_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>

猜你喜欢

转载自qtlkw.iteye.com/blog/743097