diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-28 18:35:11 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-28 18:35:11 +0000 |
commit | f8866f92b14abed49670a4b8b1f8ce355197448a (patch) | |
tree | b2fb360314d23d141094590061d7443ce650d7bf | |
parent | 792a15954e4caac5fd5eac04c29c5079c0c3878c (diff) |
updated for Pd-0.40.x-extended; now handles "pd" section
svn path=/trunk/; revision=7086
-rwxr-xr-x | scripts/checkout-developer-layout.sh | 2 | ||||
-rwxr-xr-x | 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* |