diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-12 16:45:37 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-02-12 16:45:37 +0000 |
commit | 8cbd3e747da29ae1b95df9a03a8607cd497fe87e (patch) | |
tree | 7348685e7032c24cb3ba20c7b7868590cb300218 | |
parent | 56d80f2fd5038434e65e3145921e1cdaf898b01b (diff) |
run svn update for svn-externals individually
svn path=/trunk/; revision=15962
-rwxr-xr-x | scripts/update-developer-layout.sh | 4 |
1 files 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} |