On Fri, 16 Jul 2004 18:24:18 -0700, Ross Boylan wrote
This happened to me twice: $ cvs -d :pserver:anonymous@cvs.boost- sandbox.sourceforge.net:/cvsroot/boost-sandbox login Logging in to :pserver:anonymous@cvs.boost- sandbox.sourceforge.net:2401/cvsroot/boost-sandbox CVS password: # I hit enter cvs [login aborted]: connect to cvs.boost- sandbox.sourceforge.net(66.35.250.209):2401 failed: Connection timed out
Am I doing something wrong (like needing to open up a port in my firewall), or is this just a momentary sourceforge lapse?
I've gotten cvs stuff from elsewhere (including other sf projects, I think), so I doubt it's my setup.
Soureforge has removed the project specifc path from url. Note the cvs.sourceforge.net instead of cvs.boost-sandbox.sourceforge.net : $ cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost-sandbox login Jeff