From: Claudio Sacerdoti Coen Date: Wed, 11 Jan 2006 13:51:05 +0000 (+0000) Subject: svn now uses $SVNOPTIONS; X-Git-Tag: make_still_working~7850 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=5d900856da74f4a95da9684ec7b8e15903ce6077;p=helm.git svn now uses $SVNOPTIONS; this can be useful to set the release to be checked out in the crontab --- diff --git a/helm/matita/scripts/profile_svn.sh b/helm/matita/scripts/profile_svn.sh index 3eab292b3..eca457ecc 100755 --- a/helm/matita/scripts/profile_svn.sh +++ b/helm/matita/scripts/profile_svn.sh @@ -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 .