$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-05-15 16:32:00
On 05/15/2006 09:04 AM, David Abrahams wrote:
> When SourceForge repaired CVS most recently, they also changed the
> server names. Yes, this also happened in 2004:
> 
>   in 2004: cvs.<project>.(sourceforge|sf).net -> cvs.(sourceforge|sf).net
> 
>   in 2006: cvs.(sourceforge|sf).net -> <project>.cvs.(sourceforge|sf).net
The links on:
   http://www.boost.org/more/getting_started.html#CVS
and:
   http://www.boost.org/more/mailing_lists.htm#sandbox
need changing.  I'll be happy to do it, but I tried:
   http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/
-->
   http://boost.cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/
and I got:
   An Exception Has Occurred
   The root "cgi-bin" is unknown. If you believe the value is correct,
   then please double-check your configuration.
However, eliminating the cgi-bin/viewcvs.cgi seems to work. IOW:
   http://boost.cvs.sourceforge.net/boost/boost/
works for me.  If that change is acceptable, I'll do it ( I'm pretty
sure I have write access to /more ).