[XML-SIG] CVS instructions don't seem to work for me

Jeff.Johnson@icn.siemens.com Jeff.Johnson@icn.siemens.com
Wed, 24 Feb 1999 11:03:28 -0500


When I try to get friends of mine to use Python and the XML package I
always have to get my CVS batch file from work because the instructions on
the XML SIG web page don't work (for me at least).  I have included my
batch file below.  I have two of them, one which does the initial checkout
(below) and one that updates.  To create the update batch file, just
comment out the line that checks out and uncomment the last line.  If the
web page instructions really are incorrect, could we get them updated?

Thanks :)


set HOME=\cvs
set CVSROOT=:pserver:xmlcvs@cvs.python.org:/projects/cvsroot

REM cvs login
REM cvs -z3 update -d -P

cvs -d :pserver:xmlcvs@cvs.python.org:/projects/cvsroot login

REM This line checks out
cvs -z3 -d :pserver:xmlcvs@cvs.python.org:/projects/cvsroot co xml

REM This line updates whatever was checked out
REM cvs -z3 update -d -P