aboutsummaryrefslogtreecommitdiff
path: root/scripts/checkout-developer-layout.sh
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 01:38:54 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 01:38:54 +0000
commitf9ff978c9c58d6da052d1802c680da415c5a9212 (patch)
tree3628c18a4e89b37778931dbee46eaa30c41cf1ea /scripts/checkout-developer-layout.sh
parent20765019036094d5957b1423a8ff106ca63eb117 (diff)
fixed up scripts to work better for others
svn path=/trunk/; revision=4817
Diffstat (limited to 'scripts/checkout-developer-layout.sh')
-rwxr-xr-xscripts/checkout-developer-layout.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/checkout-developer-layout.sh b/scripts/checkout-developer-layout.sh
index c37d0a57..1a075140 100755
--- a/scripts/checkout-developer-layout.sh
+++ b/scripts/checkout-developer-layout.sh
@@ -37,10 +37,13 @@ fi
mkdir pure-data
cd pure-data
-for section in abstractions doc extensions externals pd packages scripts; do
+for section in abstractions doc extensions externals packages scripts; do
cvs checkout $section
done
+# For Pd-extended, "pd" needs to be a specific version currently, not HEAD
+cvs checkout -r v0-39-2 pd
+
# Gem is still separate
echo -e "\n\n The password to the Gem anonymous CVS access is blank, so just press Enter\n"
export CVSROOT=:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem