Boost logo

Boost-Build :

From: Phillip Seaver (phil_at_[hidden])
Date: 2006-05-17 10:48:28


Ilya Sokolov wrote:
> Vladimir Prus wrote:
>
>> Mark, do you still have this problem? Note that SF changed repo address to be:
>>
>> :pserver:anonymous_at_[hidden]:/cvsroot/boost
>>
>> Can you try checkout using that address?
>>
>> - Volodya
>>
>>
>
> i am not Mark, but i have this problem since yesterday
>
> Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on
> win32
> Tk is available, Tk-macros are enabled
> cvs -q -d :pserver;username=anonymous:cvs.sourceforge.net:/cvsroot/boost
> login
> Logging in to :pserver:anonymous_at_[hidden]:2401:/cvsroot/boost
> cvs [login aborted]: connect to cvs.sourceforge.net:2401 failed: A
> socket operation was attempted to an unreachable host.
>
> ***** CVS exited normally with code 1 *****

The problem is that they changed from cvs.sourceforge.net to
boost.cvs.sourceforge.net, which is what Volodya was pointing out. I
had to change all my CVS/Root files in order to do updates. If it
helps, I did it like this:

find . -type f -name Root | xargs perl -pi.bak -e
"s/cvs.sourceforge.net/boost.cvs.sourceforge.net/"

If you just want to do the checkout, use
:pserver:anonymous_at_[hidden]:/cvsroot/boost

Phillip


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk