On 06.03.2014 14:09, julianf...@apache.org wrote:
> Author: julianfoad
> Date: Thu Mar  6 13:09:26 2014
> New Revision: 1574868
>
> URL: http://svn.apache.org/r1574868
> Log:
> Don't let invalid mergeinfo stop 'svnadmin dump' from producing a dump.
> Just continue.

[...]

> +              /* An error in verifying the mergeinfo must not prevent dumping
> +                 the data. Ignore any such error. */
> +              svn_error_clear(verify_mergeinfo_revisions(
> +                                eb->found_old_mergeinfo,
> +                                mergeinfo_str->data, eb->oldest_dumped_rev,
> +                                eb->notify_func, eb->notify_baton,
> +                                pool));
>              }
>          }

Shouldn't we at least emit a warning here?

-- Brane


-- 
Branko Čibej | Director of Subversion
WANdisco // Non-Stop Data
e. br...@wandisco.com

Reply via email to