From 8cbd3e747da29ae1b95df9a03a8607cd497fe87e Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 12 Feb 2012 16:45:37 +0000 Subject: run svn update for svn-externals individually svn path=/trunk/; revision=15962 --- scripts/update-developer-layout.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh index b577ba5c..9f2b9977 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -14,8 +14,8 @@ SVNOPTIONS="--ignore-externals" cd $cvs_root_dir echo "Running svn update:" svn update ${SVNOPTIONS} -echo "Running svn update for Gem:" -for section in externals/Gem; do +echo "Running svn update for svn-externals individually:" +for section in externals/*; do echo "Section: $section" cd $section svn update ${SVNOPTIONS} -- cgit v1.2.1