You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Paul Burba <pt...@gmail.com> on 2011/09/21 16:06:12 UTC

Re: svn commit: r1173425 [1/2] - in /subversion/trunk: ./ subversion/include/ subversion/include/private/ subversion/libsvn_client/ subversion/libsvn_fs/ subversion/libsvn_fs_base/ subversion/libsvn_fs_fs/ subversion/libsvn_ra/ subversion/libsvn_ra_l

On Wed, Sep 21, 2011 at 7:17 AM, Philip Martin
<ph...@wandisco.com> wrote:
> pburba@apache.org writes:
>
>> Author: pburba
>> Date: Tue Sep 20 23:39:07 2011
>> New Revision: 1173425
>>
>> URL: http://svn.apache.org/viewvc?rev=1173425&view=rev
>> Log:
>> Revert the fixes[1] for issue #3669 'inheritance can result in mergeinfo
>> describing nonexistent sources' as it can impose too great a load on the
>> server.  Need to go back to the drawing board on this one.
>
> validate_mergeinfo is still present in the vtable in fs-loader.h, with
> the corresponding implementations svn_fs_fs__validate_mergeinfo and
> svn_fs_base__validate_mergeinfo.  Is this intentional?

No, that should be removed too.  Did so in r1173639 and added that to
the 1.7.x-r1173425 backport group.

Paul

> --
> Philip
>