$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [B-tree] Continuing development
From: John Bytheway (jbytheway+boost_at_[hidden])
Date: 2010-09-20 14:39:27
On 20/09/10 17:01, Beman Dawes wrote:
> For those who want to follow along, the git equivalent to
> an svn checkout is:
>
> mkdir btree
> cd btree
> git clone git://github.com/Beman/Boost-Btree.git .
FYI, This works too
git clone git://github.com/Beman/Boost-Btree.git btree
John Bytheway