pub unsafe extern "C" fn svn_wc_ensure_adm2(
path: *const c_char,
uuid: *const c_char,
url: *const c_char,
repos: *const c_char,
revision: svn_revnum_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_wc_ensure_adm3(), but with @a depth set to #svn_depth_infinity.
See the note on svn_wc_ensure_adm3() regarding the @a repos and @a uuid parameters.
@since New in 1.3. @deprecated Provided for backwards compatibility with the 1.4 API.