Re: [Boost-users] cvs access problems SOLVED --website update
On Fri, Jul 16, 2004 at 06:44:28PM -0700, Jeff Garland wrote:
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
Thanks, that did it. It might be good to update http://www.boost.org/more/mailing_lists.htm on the bottom, which gives the old location.
On Jul 16, 2004, at 10:32 PM, Ross Boylan wrote:
On Fri, Jul 16, 2004 at 06:44:28PM -0700, Jeff Garland wrote:
$ cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost-sandbox login
Jeff
Thanks, that did it.
It might be good to update http://www.boost.org/more/mailing_lists.htm on the bottom, which gives the old location.
Done. It will show up with the next release. Doug
Doug Gregor
On Jul 16, 2004, at 10:32 PM, Ross Boylan wrote:
On Fri, Jul 16, 2004 at 06:44:28PM -0700, Jeff Garland wrote:
$ cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost-sandbox login
Jeff
Thanks, that did it.
It might be good to update http://www.boost.org/more/mailing_lists.htm on the bottom, which gives the old location.
Done. It will show up with the next release.
Doug, for this sort of thing it makes sense to scp a new page to the website home/groups/b/bo/boost/htdocs/wherever. Make sure to set group write permission and global read permission first though! -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (3)
-
David Abrahams
-
Doug Gregor
-
Ross Boylan