From f8866f92b14abed49670a4b8b1f8ce355197448a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 28 Dec 2006 18:35:11 +0000 Subject: updated for Pd-0.40.x-extended; now handles "pd" section svn path=/trunk/; revision=7086 --- scripts/checkout-developer-layout.sh | 2 +- scripts/update-developer-layout.sh | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/scripts/checkout-developer-layout.sh b/scripts/checkout-developer-layout.sh index 04281c51..2f8cf9b4 100755 --- a/scripts/checkout-developer-layout.sh +++ b/scripts/checkout-developer-layout.sh @@ -42,7 +42,7 @@ for section in abstractions doc extensions externals packages scripts; do done # For Pd-extended, "pd" needs to be a specific version currently, not HEAD -cvs checkout -r v0-39-2 pd +cvs checkout -r stable_0_40 pd # Gem is still separate echo -e "\n\n The password to the Gem anonymous CVS access is blank, so just press Enter\n" diff --git a/scripts/update-developer-layout.sh b/scripts/update-developer-layout.sh index 4a08cea5..f58ea5e6 100755 --- a/scripts/update-developer-layout.sh +++ b/scripts/update-developer-layout.sh @@ -14,15 +14,9 @@ cvs_root_dir=`echo $0 | sed 's|\(.*\)/.*$|\1|'`/.. cd $cvs_root_dir -# don't update the "pd" tree yet, since Pd-extended is still built against a -# static tag, and not HEAD -for section in abstractions doc extensions externals packages scripts Gem GemLibs; do +for section in abstractions doc extensions externals packages pd scripts Gem GemLibs; do echo "$section" cd $section cvs up -Pd cd .. done - -# use specific portaudio version, since that's always a mess -#cd ${cvs_root_dir}/pd -#cvs up -APd port* -- cgit v1.2.1