Update of /cvsroot/pure-data/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14688
Modified Files: checkout-developer-layout.sh Log Message: updated for new SourceForge CVS hostname
Index: checkout-developer-layout.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/checkout-developer-layout.sh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** checkout-developer-layout.sh 6 Apr 2006 01:38:54 -0000 1.7 --- checkout-developer-layout.sh 19 Jul 2006 14:39:38 -0000 1.8 *************** *** 21,25 ****
if [ $# -eq 0 ]; then ! 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" --- 21,25 ----
if [ $# -eq 0 ]; then ! export CVSROOT=":pserver:anonymous@pure-data.cvs.sourceforge.net:/cvsroot/pure-data" echo "Checking out anonymously. Give your SourceForge ID as an argument otherwise." echo "The anonymous password is: anoncvs" *************** *** 30,34 **** print_usage elif [ $# -eq 1 ]; then ! export CVSROOT=":ext:${1}@cvs.sourceforge.net:/cvsroot/pure-data" else print_usage --- 30,34 ---- print_usage elif [ $# -eq 1 ]; then ! export CVSROOT=":ext:${1}@pure-data.cvs.sourceforge.net:/cvsroot/pure-data" else print_usage