84 const
char *uri_to_split,
85 const
char *root_path,
86 const
char **cleaned_uri,
88 const
char **repos_basename,
89 const
char **relative_path,
90 const
char **repos_path,
98 const
char *root_path,
99 const
char **cleaned_uri,
101 const
char **repos_basename,
102 const
char **relative_path,
103 const
char **repos_path);
117 const
char *root_path,
118 const
char **repos_path,
125 const
char *root_path,
126 const
char **repos_path);
AP_MODULE_DECLARE(dav_error *) dav_svn_split_uri2(request_rec *r
Given an apache request r, a uri, and a root_path to the svn location block, process uri and return m...