> svn_uri_canonicalize(). Else you'll get undefined behaviour, > > I think I have found the SWIG perl binding for one of these cleansing functions, I will test that out and put it in.
By the way, the SWIG definitions are different enough that they could use their own documentation page. svn_uri_canonicalize isn't passed, but I think it might be url_from_path However, even fixing that, I am still worried about errors that just crash the apache process. Branko Čibej says: >I think he's asking whether he can intercept the assertions before they abort the process. Yes, I'd like to intercept the errors, notify the development email address of the error, and give my user a nicer error message. I'm not that great going through SWIG source, what would it look like? Lathan