X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fprofile_svn.sh;h=6042ed601565b9a7cf51c16f1501a4c0857f429a;hb=9b62ec2029bf81a9116ce1eafcaae5c1f9c711ca;hp=eca457ecc89f129980b2ab700da184c203c7d09e;hpb=792b5d29ebae8f917043d9dd226692919b5d6ca1;p=helm.git diff --git a/helm/matita/scripts/profile_svn.sh b/helm/matita/scripts/profile_svn.sh index eca457ecc..6042ed601 100755 --- a/helm/matita/scripts/profile_svn.sh +++ b/helm/matita/scripts/profile_svn.sh @@ -1,7 +1,7 @@ #!/bin/bash MARK=`date +%Y%m%d%H%M` TMPDIRNAME=__${MARK}_compilation -SVNROOT="svn+ssh://mowgli.cs.unibo.it/local/svn/helm/trunk/" +SVNROOT="svn+ssh://mowgli.cs.unibo.it/local/svn/helm/branches/tests/" function testit { LOGTOOPT=/dev/null @@ -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