aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/checkout-developer-layout.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/checkout-developer-layout.sh b/scripts/checkout-developer-layout.sh
index a8a5f556..4e7e1ba8 100755
--- a/scripts/checkout-developer-layout.sh
+++ b/scripts/checkout-developer-layout.sh
@@ -20,8 +20,10 @@ function print_usage ()
}
if [ $# -eq 0 ]; then
- echo "Checking out anonymously. Give your SourceForge ID as an argument otherwise."
CVSROOT=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data"
+ echo "Checking out anonymously. Give your SourceForge ID as an argument otherwise."
+ echo "The anonymous password is: anoncvs"
+ cvs login
elif [ "$1" == "--help" ]; then
print_usage
elif [ "$1" == "-h" ]; then
@@ -37,3 +39,5 @@ for section in abstractions doc extensions externals pd scripts; do
cvs checkout $section
done
+# make the symlinks which simulate the files being installed into the packages
+cd packages && make devsymlinks