$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] What's happened to Ryppl?
From: John Wiegley (johnw_at_[hidden])
Date: 2011-01-24 12:41:27
Dave Abrahams <dave_at_[hidden]> writes:
>> Quick status update: Direct conversion from a Subversion flat-filesystem to
>> an identical Git flat-filesystem now works.
>
> So now you have a linear sequence of commits that reflect the state of
> the entire SVN tree?
Exactly. I'm 98% of the way toward a branchified sequence today.
>> It takes 8 GB of RAM and a lot of time to run, but that can be
>> optimized fairly easily.
>
> And incrementalized, by any chance?
Not yet; still just getting the basics to work.
John