[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Long delta chains edge case revived

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 10 Jun 2013 14:00:56 +0200

From fs_fs.c:choose_delta_base():

    svn_boolean_t maybe_shared_rep = FALSE;
    if (!props && base->data_rep && svn_fs_fs__id_rev(base->id) > base->data_rep->revision)
      maybe_shared_rep = TRUE;

The third conjunct was intended to answer the question "Is
base->data_rep a shared rep", but that answer is no longer complete: the
condition will false-negative in the presence of intra-revision shared
reps (i.e., two node-revs created in the same revision that share a rep
between them).
Received on 2013-06-10 14:01:37 CEST

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.