[PD-cvs] SF.net SVN: pure-data: [9866] branches/pd-extended/v0-40/scripts/ update-developer-layout.sh

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Thu May 22 19:28:51 CEST 2008


Revision: 9866
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9866&view=rev
Author:   eighthave
Date:     2008-05-22 10:28:51 -0700 (Thu, 22 May 2008)

Log Message:
-----------
GemLibs doesn't exist anymore in the v0-91 release branch

Modified Paths:
--------------
    branches/pd-extended/v0-40/scripts/update-developer-layout.sh

Modified: branches/pd-extended/v0-40/scripts/update-developer-layout.sh
===================================================================
--- branches/pd-extended/v0-40/scripts/update-developer-layout.sh	2008-05-22 09:58:57 UTC (rev 9865)
+++ branches/pd-extended/v0-40/scripts/update-developer-layout.sh	2008-05-22 17:28:51 UTC (rev 9866)
@@ -16,7 +16,7 @@
 echo "Running svn update:"
 svn update
 echo "Running cvs update:"
-for section in Gem GemLibs; do
+for section in Gem; do
 	 echo "$section"
 	 cd $section
     cvs up -Pd


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