On Fri, Nov 03, 2017 at 10:53:07AM +0100, Vincent Lefevre wrote:
> On 2017-11-03 10:01:26 +0100, Stefan Sperling wrote:
> > I agree this looks like a bug. However, it is unclear how to reproduce it.
> > 
> > Can you provide a sample repository (or shell script) which triggers the 
> > bug?
> 
> Unfortunately, currently I can't. A few days ago, I tried to reproduce
> it with similar changes in a sample repository, but this didn't trigger
> the bug. I'll try again from information based on strace, i.e. on the
> fact that "perso" was moved in the past. But I fear that this may be
> more complex (otherwise the bug would have already been found).
> 
> However, I could do some tests if Subversion could log what it is
> doing at the low level.

Or run it in gdb(4) and see if you can find out what's going wrong.

If you wish to instrument the source with debug prints, just put an
SVN_DBG(("foo")) macro invocation anywhere (supports format strings).

> I suppose I could also try to find which commit triggered the bug.

Yes, that would help.

Reply via email to