From: John L. <jr...@us...> - 2006-05-13 22:12:30
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18150/website Modified Files: updatesite.sh Log Message: use anoncvs not cvs1 since it's gone Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** updatesite.sh 26 Apr 2006 05:26:28 -0000 1.15 --- updatesite.sh 13 May 2006 22:12:26 -0000 1.16 *************** *** 1,5 **** #!/bin/sh # $Id$ ! export CVSROOT=:pserver:anonymous@cvs1:/cvsroot/wxlua echo Checking out website to htdocs dir from CVS --- 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 |