You are not logged in Log in Join
You are here: Home » Members » Martijn Faassen's Page » How to get XMLDocument from CVS?

Log in
Name

Password

 

How to get XMLDocument from CVS?

You do:

    cvs -d :pserver:[email protected]:/cvs-repository login

with anonymous for password, and then:

    cvs -z7 -d :pserver:[email protected]:/cvs-repository checkout -d XMLDocument Products/DC/XMLDocument 

Then install it in your Products directory (lib/python/Products), restart your Zope, and there you go.