On Wed, Jan 20, 2021 at 07:19:02PM +0900, Yasuhito FUTATSUKI wrote: > On 2021/01/20 14:24, Nathan Hartman wrote: > > [cc -= users] > > > > On Tue, Jan 19, 2021 at 10:50 PM Yasuhito FUTATSUKI > > <futat...@yf.bsdclub.org> wrote: > > <snip> > > > It looks like a simple copy-paste mistake when the new macros were > > introduced in r1687415. > > > > Two more fixes are needed: a similar pattern also appears twice in > > svn_cl__append_conflict_info_xml() (see below). > > Sure. My patch covered only tree conflict case. It seems there also > exists the same problem in text conflict case and props conflict case. > > I did *NOT* test the following yet. Also, before committing any fix, I > > would like to add a regression test based on the OP's repro script. > > Although I didn't tested the text conflict case and props conflict case, > your patch looks good, as far as I read.
Nathan's patch also looks good to me, thanks! 'make check' keeps passing with the patch applied, which is both good and bad news: The patch doesn't break anything but our test suite should have caught this issue in the first place. I agree that adding test coverage for this problem would be very useful. Cheers, Stefan