From: John L. <jr...@us...> - 2006-05-13 22:37:09
|
Update of /cvsroot/wxlua/website In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25597/website Modified Files: updatesite.sh Log Message: restore cvs1 even though it's gone since we can't use anon access, dunno? Index: updatesite.sh =================================================================== RCS file: /cvsroot/wxlua/website/updatesite.sh,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** updatesite.sh 13 May 2006 22:12:26 -0000 1.16 --- updatesite.sh 13 May 2006 22:37:07 -0000 1.17 *************** *** 1,7 **** #!/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 --- 1,7 ---- #!/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 |