pub unsafe extern "C" fn svn_client_delete2(
commit_info_p: *mut *mut svn_commit_info_t,
paths: *const apr_array_header_t,
force: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_delete3(), but with @a keep_local always set to FALSE, and @a revprop_table passed as NULL.
@deprecated Provided for backward compatibility with the 1.4 API.