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>