From: Stefano Zacchiroli Date: Thu, 12 Jan 2006 11:34:31 +0000 (+0000) Subject: More resilient to svn-URL changes. X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=9b62ec2029bf81a9116ce1eafcaae5c1f9c711ca More resilient to svn-URL changes. --- diff --git a/helm/matita/scripts/profile_svn.sh b/helm/matita/scripts/profile_svn.sh index 4642b3538..6042ed601 100755 --- a/helm/matita/scripts/profile_svn.sh +++ b/helm/matita/scripts/profile_svn.sh @@ -45,7 +45,7 @@ cd $TMPDIRNAME SVNLOG=`pwd`/LOG.svn #svn -svn co -N $SVNROOT > $SVNLOG 2>&1 +svn co -N $SVNROOT trunk > $SVNLOG 2>&1 cd trunk svn update -N helm >> $SVNLOG 2>&1 cd helm