Update of /cvsroot/pure-data/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22331
Modified Files: checkout-developer-layout.sh Log Message: a couple more fixes from the SourceForge compile farm build
Index: checkout-developer-layout.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/checkout-developer-layout.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** checkout-developer-layout.sh 30 Nov 2005 06:01:43 -0000 1.3 --- checkout-developer-layout.sh 30 Nov 2005 06:53:36 -0000 1.4 *************** *** 24,28 **** 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 --- 24,28 ---- 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 *************** *** 43,48 ****
# Gem is still separate ! CVSROOT := :pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem ! cvs login cvs checkout Gem GemLibs
--- 43,48 ----
# Gem is still separate ! CVSROOT=:pserver:anonymous@cvs.gem.iem.at:/cvsroot/pd-gem ! #cvs login cvs checkout Gem GemLibs