pbu...@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? -- Philip