[PD-cvs] SF.net SVN: pure-data:[10250] trunk/scripts/update-developer-layout.sh

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Fri Aug 15 21:57:55 CEST 2008


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-or.html

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.




More information about the Pd-cvs mailing list