From 0b968de71661c553939660ad4bb92faed5869772 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 19 Nov 2005 23:08:51 +0000 Subject: after I documented this script on the developers' docs, I added anonymous login and make devsymlinks to the script svn path=/trunk/; revision=3977 --- scripts/checkout-developer-layout.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1