Revision: 10250 http://pure-data.svn.sourceforge.net/pure-data/?rev=10250&view=rev Author: eighthave Date: 2008-08-15 19:57:55 +0000 (Fri, 15 Aug 2008)
Log Message: ----------- 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-...
Modified Paths: -------------- trunk/scripts/update-developer-layout.sh
Modified: trunk/scripts/update-developer-layout.sh =================================================================== --- trunk/scripts/update-developer-layout.sh 2008-08-15 17:58:36 UTC (rev 10249) +++ trunk/scripts/update-developer-layout.sh 2008-08-15 19:57:55 UTC (rev 10250) @@ -16,9 +16,9 @@ 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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.