Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-05-01 12:35:57


Gennaro Prota <gennaro_prota_at_[hidden]> writes:

> On Fri, 30 Apr 2004 20:33:05 -0700, "Victor A. Wagner Jr."
> <vawjr_at_[hidden]> wrote:
>
>>Ok, it's broken yet again <sigh>
>>and as Jonathan Wakely <cow_at_[hidden]> says (I don't know where
>>he's finding that info, I've been ALL OVER sourceforge.net) the root name
>>is in EVERY directory...it's not a "just change my command line"
>
> Could please anyone knowing how to solve the problem post a simple
> procedure? Or should we simply check out a fresh copy of the whole
> repository?

In bash,

  sed -ie 's/cvs.boost.sourceforge.net/cvs.sourceforge.net/' `find . -name Root -path '*/CVS/Root' -print`

worked for me.

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk