svn_wc_add_from_disk

Function svn_wc_add_from_disk 

Source
pub unsafe extern "C" fn svn_wc_add_from_disk(
    wc_ctx: *mut svn_wc_context_t,
    local_abspath: *const c_char,
    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_disk2(), but always passes NULL for @a props.

This is a replacement for svn_wc_add4() case 2a (which see for details).

@see svn_wc_add4()

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