SCM Repository
View of /admin/refresh-all.sh
Parent Directory
|
Revision Log
Revision 2160 -
(download)
(as text)
(annotate)
Thu Nov 2 19:34:43 2006 UTC (15 years, 6 months ago) by blume
File size: 394 byte(s)
Thu Nov 2 19:34:43 2006 UTC (15 years, 6 months ago) by blume
File size: 394 byte(s)
improved scripts to handle external repositories, ml-ulex, and ml-antlr
#!/bin/sh if [ $# -ge 1 ] ; then cd $1 fi gf=svn://smlnj-gforge.cs.uchicago.edu/smlnj here=`pwd` for tree in config base smlnj-lib MLRISC ml-yacc \ ckit cml eXene smlnj-c lexgen ml-burg ml-lex heap2asm nlffi \ ml-antlr ml-ulex do if [ -d $tree -a -d $tree/.svn ] ; then echo Refreshing ${tree}... cd $tree svn update cd $here fi done
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |