From: John L. <jr...@us...> - 2006-05-16 03:35:37
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31804/website Modified Files: updatesite.sh Log Message: use new sf cvs server Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** updatesite.sh 13 May 2006 22:37:07 -0000 1.17 --- updatesite.sh 16 May 2006 03:35:34 -0000 1.18 *************** *** 1,8 **** #!/bin/sh # $Id$ - #export CVSROOT=:pserver:ano...@wx...:/cvsroot/wxlua - # supposedly sourceforge will keep anonymous CVS in sync w/ devel CVS now and cvs1 is gone - export CVSROOT=:pserver:anonymous@cvs1:/cvsroot/wxlua echo Checking out website to htdocs dir from CVS --- 1,6 ---- #!/bin/sh # $Id$ + export CVSROOT=:pserver:ano...@wx...s:/cvsroot/wxlua echo Checking out website to htdocs dir from CVS |