Pristine store - using it
From: Julian Foad <julian.foad_at_wandisco.com>
Date: Fri, 05 Mar 2010 14:11:23 +0000
I've been looking at how to convert libsvn_wc to use the pristine store,
STARTING POINT
The "#if SVN_EXPERIMENTAL" parts duplicate the storage, storing the
A NEW TEXT-BASE IS CREATED IN ...
add_file_with_history(), apply_textdelta(), svn_wc_add_repos_file4()
COMMON FUNCTION TO CREATE A TEMP BASE ...
svn_wc__open_writable_base()
We should use this function (or something like it) every time we want
The "need_revert_base" parameter (which determines the exact path of
[1] We mustn't write the temp-revert-base file to WC-1's special
I've converted svn_wc__open_writable_base() to use a generic temp dir
OK, that bit works. That's a bit neater. Committed in r919413.
Next I can probably move the simultaneous creation of a WC-NG text-base
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.