On Mon, May 15, 2017 at 12:48:28PM +0200, Stefan Fuhrmann wrote: > On 15.03.2017 01:30, Stefan Sperling wrote: > > If the -M option sees something that does not look like a number, > > we get a NULL cache but this isn't handled properly. > > > > svnadmin verify should probably errror out which is easy to fix. > > But this may suggest there is a problem somewhere inside the library, too. > > > > $ svnadmin verify -M --keep-going repos > > * Verifying metadata at revision 0 ... > > Segmentation fault (core dumped) > > Root cause fixed in r1795164. > > -- Stefan^2.
Nice, thank you!