pub unsafe extern "C" fn svn_ra_get_repos_root(
session: *mut svn_ra_session_t,
url: *mut *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_ra_get_repos_root2(), but returns the value allocated in @a session’s pool.
@deprecated Provided for backward compatibility with the 1.4 API. @since New in 1.2.