I am running SVN 1.6 (will be upgrading to 1.8.8) through apache 2.4 / mod_perl.
I'm trying to get email notifications of errors, but whenever libsvn fails one of its assertions, it dies, and causes the whole apache process to core dump / seg fault. Is there some way to either check for these assertions in a non-lethal way before hand, or make it possible to surivve the error so my error reporting can run? Usually these assertions are problems with my url handling: double slash, or slash at end of directory. But I'd still like those errors to be reported, so I know that my users are hitting problems. Thanks, Lathan