pub unsafe extern "C" fn svn_client_root_url_from_path(
url: *mut *const c_char,
path_or_url: *const c_char,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *url to the repository root URL of the repository in which @a path_or_url is versioned (or scheduled to be versioned), allocated in @a pool. @a ctx is required for possible repository authentication.
@since New in 1.5. @deprecated Provided for backward compatibility with the 1.7 API. Use svn_client_get_repos_root() instead, with an absolute path.