pub unsafe extern "C" fn svn_wc_ensure_adm(
path: *const c_char,
uuid: *const c_char,
url: *const c_char,
revision: svn_revnum_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_ensure_adm2(), but with @a repos set to @c NULL.
@note as of 1.7, this function always returns #SVN_ERR_BAD_URL since the @a repos parameter may not be @c NULL.
@deprecated Provided for backwards compatibility with the 1.2 API.