Re: svn log gives E130003: Malformed XML via DAV

Daniel Sahlberg <[email protected]> Sat, 19 Oct 2024 12:01:44 -0000
Newsgroups gmane.comp.version-control.subversion.user
Message-ID <pony-7de9f79b-c77d-4ef6-89fa-9ac8e0347bfe-users@subversion.apache.org>
On 2024/10/01 14:00:54 Franz Sirl wrote:
(snip)
> PS: While investigating that I found a small cosmetic bug in the 
> prototype (fortunately the code follows the definition) for do_logs() in 
> subversion/libsvn_repos/log.c:
> ```
> Index: subversion/libsvn_repos/log.c
> ===================================================================
> --- subversion/libsvn_repos/log.c       (revision 1921065)
> +++ subversion/libsvn_repos/log.c       (working copy)
> @@ -1719,8 +1719,8 @@
>           int limit,
>           svn_boolean_t strict_node_history,
>           svn_boolean_t include_merged_revisions,
> +        svn_boolean_t subtractive_merge,
>           svn_boolean_t handling_merged_revisions,
> -        svn_boolean_t subtractive_merge,
>           svn_boolean_t ignore_missing_locations,
>           const apr_array_header_t *revprops,
>           svn_boolean_t descending_order,
> ```

Thank you for the patch! I've comitted this in r1921423.

Kind regards,
Daniel