svn_wc_cleanup3

Function svn_wc_cleanup3 

Source
pub unsafe extern "C" fn svn_wc_cleanup3(
    wc_ctx: *mut svn_wc_context_t,
    local_abspath: *const c_char,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_cleanup4() but will always break locks, fix recorded timestamps, clear the dav cache and vacuum pristines. This function also doesn’t support notifications.

@since New in 1.7. @deprecated Provided for backward compatibility with the 1.8 API.