33 #include <apr_optional.h>
81 const
char *root_path,
82 const
char **cleaned_uri,
84 const
char **repos_basename,
85 const
char **relative_path,
86 const
char **repos_path);
90 const
char *root_path,
91 const
char **cleaned_uri,
93 const
char **repos_name,
94 const
char **relative_path,
95 const
char **repos_path));
102 const
char *root_path,
103 const
char **repos_path);
106 const
char *root_path,
107 const
char **repos_path));
dav_error * dav_svn_get_repos_path(request_rec *r, const char *root_path, const char **repos_path)
Given an apache request r and a root_path to the svn location block, set *repos_path to the path of t...
dav_error * dav_svn_split_uri(request_rec *r, const char *uri, const char *root_path, const char **cleaned_uri, int *trailing_slash, const char **repos_basename, const char **relative_path, const char **repos_path)
Given an apache request r, a uri, and a root_path to the svn location block, process uri and return m...