Return the correct error from mod_dav_svn if the repository path does not exist. * subversion/mod_dav_svn/repos.c (get_resource): If the reason for not being able to open a repositoy is ENOENT or ENOTDIR, then return a 404 status instead of 500.