pub unsafe extern "C" fn svn_client_revert2(
paths: *const apr_array_header_t,
depth: svn_depth_t,
changelists: *const apr_array_header_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_revert2, but with @a clear_changelists set to FALSE and @a metadata_only set to FALSE.
@since New in 1.5. @deprecated Provided for backwards compatibility with the 1.8 API.