aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-developer-layout.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh
index e9e3d7e5..da016a62 100755
--- a/scripts/update-developer-layout.sh
+++ b/scripts/update-developer-layout.sh
@@ -16,9 +16,9 @@ cd $cvs_root_dir
echo "Running svn update:"
svn update
echo "Running cvs update:"
-for section in Gem; do
+for section in Gem videoIO; do
echo "$section"
cd $section
- cvs up -Pd
+ svn update
cd ..
done