Update of /cvsroot/pure-data/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22632
Modified Files: checkout-developer-layout.sh Log Message: after I documented this script on the developers' docs, I added anonymous login and make devsymlinks to the script
Index: checkout-developer-layout.sh =================================================================== RCS file: /cvsroot/pure-data/scripts/checkout-developer-layout.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** checkout-developer-layout.sh 19 Nov 2005 22:51:01 -0000 1.1 --- checkout-developer-layout.sh 19 Nov 2005 23:08:51 -0000 1.2 *************** *** 21,26 ****
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" elif [ "$1" == "--help" ]; then print_usage --- 21,28 ----
if [ $# -eq 0 ]; then 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 *************** *** 38,39 **** --- 40,43 ---- done
+ # make the symlinks which simulate the files being installed into the packages + cd packages && make devsymlinks