Re: svn log gives E130003: Malformed XML via DAV

2024-10-19 Thread Daniel Sahlberg
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 > ===

Re: svn log gives E130003: Malformed XML via DAV

2024-10-04 Thread Franz Sirl
Hi Nathan, after further checking it turns out the failure mode I see is exactly the same like issue 4856, only you need to use --verbose and http to see it (`r` is the repository like created by `repro-4856.sh`): ``` > svn log --xml --verbose --use-merge-history -r 9:10 http://svn/r/A4 >/de

Re: svn log gives E130003: Malformed XML via DAV

2024-10-03 Thread Franz Sirl
Am 2024-10-02 um 17:10 schrieb Franz Sirl: So I came up with the attached tentative and so far untested patch. I'm currently building packages and will test them as soon as build is finished. Unfortunately the patch is just papering over the real bug. The XML error is gone, but the transferre

Re: svn log gives E130003: Malformed XML via DAV

2024-10-02 Thread Franz Sirl
Am 2024-10-02 um 16:02 schrieb Nathan Hartman: On Tue, Oct 1, 2024 at 10:03 AM Franz Sirl wrote: Looking at the transferred data with wireshark shows this at the end: ``` ... ... (>4 lines of modified-path/added-path redacted) ... ``` So the closing tag `` is missing. This closing tag is

Re: svn log gives E130003: Malformed XML via DAV

2024-10-02 Thread Nathan Hartman
On Wed, Oct 2, 2024 at 10:02 AM Nathan Hartman wrote: > > On Tue, Oct 1, 2024 at 10:03 AM Franz Sirl > wrote: > > > > Hi, > > > > recently this svn log command started to fail like that: > > > > ``` > > > svn log --xml --verbose --search @ --use-merge-history --incremental > > --revision 172342:

Re: svn log gives E130003: Malformed XML via DAV

2024-10-02 Thread Nathan Hartman
On Tue, Oct 1, 2024 at 10:03 AM Franz Sirl wrote: > > Hi, > > recently this svn log command started to fail like that: > > ``` > > svn log --xml --verbose --search @ --use-merge-history --incremental > --revision 172342:{2024-09-30} > http://svn/svn/project/branches/cd/2024_09 >/dev/null > svn: E