diff --git a/openbis_all/source/bash/svn-update.sh b/openbis_all/source/bash/svn-update.sh index 5bcda6b9e229bed0a1243b4f7b9fc81691212e19..e01438547d97f52ac2e9b94aef87809572fe2d33 100755 --- a/openbis_all/source/bash/svn-update.sh +++ b/openbis_all/source/bash/svn-update.sh @@ -1,10 +1,10 @@ #!/bin/bash # Author: Tomasz Pylak -# Updates all scripts available in the current directory to the version found in SVN. +# Updates all scripts available in the current directory and its subdirectories to the version found in SVN. SVN=svncisd.ethz.ch/repos/cisd/openbis_all/trunk/source/bash cd ~openbis/bin -wget -nv -r -l1 -A.{sh,txt} http://$SVN/ +wget -nv -r -l2 -A.{sh,txt} http://$SVN/ mv $SVN/* . chmod 700 *.sh RM=`echo $SVN | cut -d / -f1`