pub unsafe extern "C" fn svn_client_uuid_from_path2(
uuid: *mut *const c_char,
local_abspath: *const c_char,
ctx: *mut svn_client_ctx_t,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Return the repository @a uuid for working-copy @a local_abspath, allocated in @a result_pool. Use @a ctx->wc_ctx to retrieve the information.
Use @a scratch_pool for temporary allocations.
@since New in 1.7. @deprecated Provided for backward compatibility with the 1.7 API. Use svn_client_get_repos_root() instead.