svn_client_cleanup

Function svn_client_cleanup 

Source
pub unsafe extern "C" fn svn_client_cleanup(
    dir: *const c_char,
    ctx: *mut svn_client_ctx_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_client_cleanup2(), but no support for not breaking locks and cleaning up externals and using a potentially non absolute path.

@deprecated Provided for limited backwards compatibility with the 1.8 API.