svn_wc_revert5

Function svn_wc_revert5 

Source
pub unsafe extern "C" fn svn_wc_revert5(
    wc_ctx: *mut svn_wc_context_t,
    local_abspath: *const c_char,
    depth: svn_depth_t,
    use_commit_times: svn_boolean_t,
    changelist_filter: *const apr_array_header_t,
    clear_changelists: svn_boolean_t,
    metadata_only: svn_boolean_t,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    notify_func: svn_wc_notify_func2_t,
    notify_baton: *mut c_void,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_revert6() but with @a added_keep_local always set to TRUE.

@since New in 1.9. @deprecated Provided for backward compatibility with the 1.10 API.