pub unsafe extern "C" fn svn_wc_adm_close2(
adm_access: *mut svn_wc_adm_access_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Give up the access baton @a adm_access, and its lock if any. This will recursively close any batons in the same set that are direct subdirectories of @a adm_access. Any physical locks will be removed from the working copy. Lock removal is unconditional, there is no check to determine if cleanup is required.
Any temporary allocations are performed using @a scratch_pool.
@since New in 1.6 @deprecated Provided for backward compatibility with the 1.6 API.