diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-08-15 19:57:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-08-15 19:57:55 +0000 |
commit | 7068c2ab3619b05a95fc84798951bfe6d6a91732 (patch) | |
tree | 6d4c1a9ef5a0c069c92037882f16eb90de98b196 /scripts | |
parent | 31c2719e83ba6cb33d527f01b9d18a11d83cdae1 (diff) |
Updating to reflect Gem's move from CVS to SVN. Perhaps this could be an
svn:external, but this blog post makes me hesitant since we are likely to
encounter the exact same problem, and I am the one who'll have to fix it:
http://codeintensity.blogspot.com/2008/03/svn-externals-are-evil-use-piston-or.html
svn path=/trunk/; revision=10250
Diffstat (limited to 'scripts')
-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 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 |