aboutsummaryrefslogtreecommitdiff
path: root/scripts/update-developer-layout.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 06:22:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-12-13 06:22:52 +0000
commit52fafee3e413aac7118134d9ad5f1254a90a2e93 (patch)
treebf008765e3d9c2928a637d75925357d1d93e83c6 /scripts/update-developer-layout.sh
parenta068ba414cfed1eb939b2e8f856bba01a48879ad (diff)
update each section
svn path=/trunk/; revision=14615
Diffstat (limited to 'scripts/update-developer-layout.sh')
-rwxr-xr-xscripts/update-developer-layout.sh2
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}