Stefan Sperling wrote on Tue, 08 Jan 2019 11:45 +0100: > I mainly wanted to see how far back the patch would merge cleanly to get > some idea how old this bug really is :)
Well, for whatever it's worth: % svn praise subversion/mod_dav_svn/repos.c | grep hmm 844512 gstein /* ### hmm. the FS is cleaned up at request cleanup time. "r" might 839029 gstein ### own lifetime now. so WHY are we using a string? hmm... */ % echo r$((844512 - 840074) r4438 % So the comment, at least, is pre-1.0. Presumably that's the bug's age, too. Cheers, Daniel