diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 06:22:52 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-12-13 06:22:52 +0000 |
commit | 52fafee3e413aac7118134d9ad5f1254a90a2e93 (patch) | |
tree | bf008765e3d9c2928a637d75925357d1d93e83c6 | |
parent | a068ba414cfed1eb939b2e8f856bba01a48879ad (diff) |
update each section
svn path=/trunk/; revision=14615
-rwxr-xr-x | scripts/update-developer-layout.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh index cf3ea069..2d8297fb 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -15,7 +15,7 @@ cd $cvs_root_dir echo "Running svn update:" svn update ${SVNOPTIONS} echo "Running svn update for Gem:" -for section in Gem videoIO; do +for section in Gem abstractions doc externals packages pd scripts; do echo "$section" cd $section svn update ${SVNOPTIONS} |