Index: checkout-developer-layout.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/checkout-developer-layout.sh,v retrieving revision 1.4 diff -u -b -B -r1.4 checkout-developer-layout.sh --- checkout-developer-layout.sh 30 Nov 2005 06:53:36 -0000 1.4 +++ checkout-developer-layout.sh 6 Dec 2005 12:51:35 -0000 @@ -20,10 +20,10 @@ } if [ $# -eq 0 ]; then - CVSROOT=":pserver:anonymous@cvs.sourceforge.net:/cvsroot/pure-data" + export 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 + cvs login elif [ "$1" == "--help" ]; then print_usage elif [ "$1" == "-h" ]; then @@ -42,8 +42,8 @@ done # Gem is still separate -CVSROOT=:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem -#cvs login +export CVSROOT=:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem +cvs login cvs checkout Gem GemLibs