svn_wc_delete2

Function svn_wc_delete2 

Source
pub unsafe extern "C" fn svn_wc_delete2(
    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,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_delete3(), but with @a keep_local always set to FALSE.

@deprecated Provided for backward compatibility with the 1.4 API.