On Thu, Oct 9, 2008 at 12:21 PM, John Szakmeister <john_at_szakmeister.net> wrote:
> On Thu, Oct 9, 2008 at 2:04 PM, Mark Phippard <markphip_at_gmail.com> wrote:
>> Sorry for the drive-by, but this just popped into my head as I was
>> thinking about the wc-ng stuff a bit.
>>
>> I believe one of the changes going into 1.6 has to do with the
>> management of the text-base (using SQLite). I was wondering if that
>> included discontinuing the use of the file name in the name of the
>> file in text-base? If we did this, that would presumably resolve the
>> case-sensitivity problems we have on Windows and OSX.
>
> Yes, I believe that's the case. Greg can probably speak more to it,
> but we'd like to index the text-bases by checksum instead.
Correct!
The files in 1.6 will be named something like:
.svn/pristine/5d41402abc4b2a76b9719d911017c592
In 1.7, we'll combine a bunch of pristine directories at the wcroot or
in a (home) directory of the user's choosing, and there will be an
extra directory level:
BASE_DIR/pristine/5d/5d41402abc4b2a76b9719d911017c592
Cheers,
-g
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-10 10:26:19 CEST