svn_wc_ensure_adm3

Function svn_wc_ensure_adm3 

Source
pub unsafe extern "C" fn svn_wc_ensure_adm3(
    path: *const c_char,
    uuid: *const c_char,
    url: *const c_char,
    repos: *const c_char,
    revision: svn_revnum_t,
    depth: svn_depth_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_ensure_adm4(), but without the wc context parameter.

@note the @a uuid and @a repos parameters were documented as allowing @c NULL to be passed. Beginning with 1.7, this will return an error, contrary to prior documented behavior: see ‘notes/api-errata/1.7/wc005.txt’.

@since New in 1.5. @deprecated Provided for backwards compatibility with the 1.6 API.