Forum OpenACS Q&A: CVS broken? or me being stupid?

Collapse
Posted by Matthew Coupe on
I'm trying to checkout the latest version of xowiki using the following command:

cvs -d:pserver:mailto:anonymous@openacs.org:/cvsroot checkout openacs-4/packages/xowiki

This replies with:
cvs [checkout aborted]: connect to openacs.org(209.162.194.126):2401 failed: No route to host

Is it related to this: https://openacs.org/forums/message-view?message_id=436615

Collapse
Posted by Emmanuelle Raffenne on
"cvs" is missing in the host name. Use the following command:

cvs -d:pserver:mailto:anonymous@cvs.openacs.org:/cvsroot checkout openacs-4/packages/xowiki

Collapse
Posted by Matthew Coupe on
I assumed I was having a special moment. Thanks!