You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/07/28 20:55:23 UTC

Re: svn commit: r980196 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

On Wed, Jul 28, 2010 at 16:30,  <rh...@apache.org> wrote:
> Author: rhuijben
> Date: Wed Jul 28 20:30:48 2010
> New Revision: 980196
>
> URL: http://svn.apache.org/viewvc?rev=980196&view=rev
> Log:
> Use SVN_WC__SINGLE_DB as check for sharding pristines instead of
> SVN__SKIP_SUBDIR. The single DB format should be as close as (currently)
> possible to the final 1.7 on-disk format.

Interesting thought! Of course, that also means we need to do the
sharding during the single-db-upgrade path. Not that it is hard, but
something to remember.

Cheers,
-g