$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Evans (evans_mark_at_[hidden])
Date: 2006-05-19 17:47:39
Phillip, thanks for the zip on patching CVS Root files.
--- Phillip Seaver <phil_at_[hidden]> wrote:
>
> 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