svn_wc_cleanup2

Function svn_wc_cleanup2 

Source
pub unsafe extern "C" fn svn_wc_cleanup2(
    path: *const c_char,
    diff3_cmd: *const c_char,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_cleanup3() but uses relative paths and creates its own #svn_wc_context_t.

@since New in 1.2. @deprecated Provided for backward compatibility with the 1.6 API.