svn_wc_add_repos_file3

Function svn_wc_add_repos_file3 

Source
pub unsafe extern "C" fn svn_wc_add_repos_file3(
    dst_path: *const c_char,
    adm_access: *mut svn_wc_adm_access_t,
    new_base_contents: *mut svn_stream_t,
    new_contents: *mut svn_stream_t,
    new_base_props: *mut apr_hash_t,
    new_props: *mut apr_hash_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_func2_t,
    notify_baton: *mut c_void,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_add_repos_file4, but uses access batons and a relative path instead of a working copy context and absolute path.

ยงNOTE: the notification callback/baton is not yet used.

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