From: Olivier Berger Date: Fri, 18 Feb 2011 15:36:42 +0000 (+0000) Subject: Add indication on how to fetch latest version X-Git-Tag: v5_2_rc1~2196 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=8135e4bffed5531332c7b3e40a0233c0f3aedadb Add indication on how to fetch latest version --- diff --git a/tools/VM-scripts/configure-scripts.sh b/tools/VM-scripts/configure-scripts.sh index 5fa61db..2b94b84 100644 --- a/tools/VM-scripts/configure-scripts.sh +++ b/tools/VM-scripts/configure-scripts.sh @@ -6,6 +6,14 @@ # scripts symlink to give the correct up-to-date scripts versions to # the user +# This script, itself, may need to be brought up-to-date. +# +# You may try : +# wget "https://fusionforge.org/scm/viewvc.php/*checkout*/trunk/tools/VM-scripts/configure-scripts.sh?root=fusionforge" +# to get the latest version from the trunk (replace '/trunk' by +# '/branches/Branch_5_1' for Branch 5.1's version for instance. +# + if [ $# -ne 1 ]; then echo "Please provide branch name to work on (Branch_5_1|trunk)" exit 1