svn_wc_add_from_disk2

Function svn_wc_add_from_disk2 

Source
pub unsafe extern "C" fn svn_wc_add_from_disk2(
    wc_ctx: *mut svn_wc_context_t,
    local_abspath: *const c_char,
    props: *const apr_hash_t,
    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_add_from_disk3(), but always passes FALSE for @a skip_checks

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