pub unsafe extern "C" fn svn_wc_adm_retrieve(
adm_access: *mut *mut svn_wc_adm_access_t,
associated: *mut svn_wc_adm_access_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Return, in @a *adm_access, a pointer to an existing access baton associated with @a path. @a path must be a directory that is locked as part of the set containing the @a associated access baton.
If the requested access baton is marked as missing in, or is simply absent from, @a associated, return #SVN_ERR_WC_NOT_LOCKED.
@a pool is used only for local processing, it is not used for the batons.
@deprecated Provided for backward compatibility with the 1.6 API.