| [ Index ] |
PHP Cross Reference of GASELL SVN Trunk |
[Summary view] [Print] [Text view]
1 #!/bin/bash 2 # 3 # Gasell: Copyright 2007 Linux-Nantes Association <contact@gasell.org> 4 # 5 # You should have received a copy of the GNU Public 6 # License along with this package; if not, write to the 7 # Free Software Foundation, Inc., 59 Temple Place - Suite 330, 8 # Boston, MA 02111-1307, USA. 9 # 10 # Authors: Raude-Morvan Damien (DrazziB) <drazzib@drazzib.com> 11 12 source gasell-make-co.sh 13 14 # DEBUT CONF 15 STAT_SVN_JAR=/root/scripts/statsvn/statsvn.jar 16 CACHE_DIR=$ROOT_DIR/data/cache_statsvn 17 SVN_LOG=$ROOT_DIR/data/svn.log 18 HTML_OUTPUT=$ROOT_DIR/htdocs/statsvn/ 19 # FIN CONF 20 21 # Export SVN changelog into file 22 svn log -v --xml $CHECKOUT_DIR > $SVN_LOG 23 24 # Parse changelog with StatSVN 25 rm -rf $HTML_OUTPUT 26 java -jar $STAT_SVN_JAR $SVN_LOG $CHECKOUT_DIR/trunk -cache-dir $CACHE_DIR -output-dir $HTML_OUTPUT -title GASELL -tags '.*'
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Jan 6 01:17:25 2009 | Cross-referenced by PHPXref 0.7 |