On 06/02/2011 03:45 PM, Hyrum K Wright wrote:
>> + if (err)
>> + {
>> + if (err->apr_err == SVN_ERR_MERGEINFO_PARSE_ERROR)
>> + svn_error_clear(err);
>> + else
>> + svn_error_return(err);
>
> This should be 'return svn_error_return(err);' As it is, this error
> is just falling on the floor, and causing the current buildbot
> failures.I snagged this (and the similar problem in libsvn_fs_fs/tree.c, plus another build warning) in r1130773. -- C. Michael Pilato <[email protected]> CollabNet <> www.collab.net <> Distributed Development On Demand
signature.asc
Description: OpenPGP digital signature

