From f5c95ada0a4d7d60eb5d72ebcd267789aabb75fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 7 Apr 2011 09:35:54 +0000 Subject: since Gem is now 2 levels deep, cd.. is not enough svn path=/trunk/; revision=15066 --- scripts/update-developer-layout.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh index 58a684e9..3d47ea84 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -15,8 +15,16 @@ cd $cvs_root_dir echo "Running svn update:" svn update ${SVNOPTIONS} echo "Running svn update for Gem:" -for section in externals/Gem abstractions doc externals packages pd scripts; do - echo "$section" +for section in externals/Gem; do + echo "Section: $section" + cd $section + svn update ${SVNOPTIONS} + cd ../.. +done + +echo "Running svn update for other sections:" +for section in abstractions doc externals packages pd scripts; do + echo "Section: $section" cd $section svn update ${SVNOPTIONS} cd .. -- cgit v1.2.1