svn_wc_add

Function svn_wc_add 

Source
pub unsafe extern "C" fn svn_wc_add(
    path: *const c_char,
    parent_access: *mut svn_wc_adm_access_t,
    copyfrom_url: *const c_char,
    copyfrom_rev: svn_revnum_t,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    notify_func: svn_wc_notify_func_t,
    notify_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_add2(), but takes an #svn_wc_notify_func_t instead.

@deprecated Provided for backward compatibility with the 1.1 API.