pub unsafe extern "C" fn svn_client_revert3(
paths: *const apr_array_header_t,
depth: svn_depth_t,
changelists: *const apr_array_header_t,
clear_changelists: svn_boolean_t,
metadata_only: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_revert4(), but with @a added_keep_local set to TRUE.
@since New in 1.9. @deprecated Provided for backwards compatibility with the 1.10 API.