pub unsafe extern "C" fn svn_wc_delete3(
path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
cancel_func: svn_cancel_func_t,
cancel_baton: *mut c_void,
notify_func: svn_wc_notify_func2_t,
notify_baton: *mut c_void,
keep_local: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_wc_delete4, but uses an access baton and relative path instead of a working copy context and absolute path. @a adm_access must hold a write lock for the parent of @a path.
@c delete_unversioned_target will always be set to TRUE.
@since New in 1.5. @deprecated Provided for backward compatibility with the 1.6 API.