]> matita.cs.unibo.it Git - helm.git/commitdiff
svn now uses $SVNOPTIONS;
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 11 Jan 2006 13:51:05 +0000 (13:51 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 11 Jan 2006 13:51:05 +0000 (13:51 +0000)
this can be useful to set the release to be checked out in the crontab

helm/matita/scripts/profile_svn.sh

index 3eab292b34b586e095285480fde71e00d3a2e44a..eca457ecc89f129980b2ab700da184c203c7d09e 100755 (executable)
@@ -49,8 +49,8 @@ svn co -N $SVNROOT > $SVNLOG 2>&1
 cd trunk 
 svn update -N helm >> $SVNLOG 2>&1
 cd helm
-svn update ocaml >> $SVNLOG 2>&1
-svn update matita >> $SVNLOG 2>&1
+svn update $SVNOPTIONS ocaml >> $SVNLOG 2>&1
+svn update $SVNOPTIONS matita >> $SVNLOG 2>&1
 cd ..
 cd ..
 ln -s trunk/helm .