Add a function to get the path of the repository on disk from other apache modules. * subversion/mod_dav_svn/mod_dav_svn.c (dav_svn_get_repos_path): returns the path to the repository on disk Include mod_dav_svn.h so we get the prototype for dav_svn_get_repos_path and dav_svn_split_uri * subversion/include/mod_dav_svn.h (dav_svn_get_repos_path): declare the function and make it public to the for other apache modules.