Forum OpenACS Development: I am having trouble checking out the OpenACS4 tree from CVS

I keep getting "connection refused" when I try to check out the CVS tree. Am I doing something wrong?
cvs -z3 -d:pserver:anonymous@openacs.org:/cvsroot co acs-core
cvs [checkout aborted]: connect to openacs.org(208.184.248.88):2401 
failed: Connection refused
You have new mail in /var/spool/mail/hqm
[hqm@nifft hqm]$
With pserver you have to issue a "login" command before the "co" command.

You do still have an account on the system thus you can say "mailto:-dhenrym@openacs.org:/cvsroot co acs-core" if you first "export CVS_RSH=ssh".

If you remember your password :)

My bad. I was doing some maintenance on the box that hosts openacs.org this afternoon, and I forgot to restart the cvs server.
anonymous cvs access is back up now. Apologies.