On Fri, Jul 2, 2010 at 07:32, Julian Foad <[email protected]> wrote:
>...
> Now enabling it ...
>
> r959954: subversion/libsvn_wc/wc.h: Enable the pristine text store: bump
> the WC format to 17 and define SVN_EXPERIMENTAL_PRISTINE.
Awesome! Kudos to you and Philip for the heavy lifting on that!
The next three "big" items are:
1) single database
2) NODE_DATA ("4th tree")
3) conflict API
It would be great if you and Philip could start tackling the
single-database problem. Nobody has applied any real thought to how to
get us there (we obviously have coded up the code to make it work once
there, but *getting* there is another story). And once we're on a
single database, then all of the corner cases that will grab us, built
around the per-dir admin assumptions. You guys did a good job with the
pristine work, and applying that coordination to single-db would be
fabulous.
I'd like to finish up the tests for in-db properties, do the bump,
then move onto the NODE_DATA problem.
If somebody would like to work on the conflict API and storage, then
I'd happily consult with the ideas that I have on that. If nobody gets
to it by the time I'm done with NODE_DATA, then I'll work on that.
Cheers,
-g