svn_wc_add_repos_file2

Function svn_wc_add_repos_file2 

Source
pub unsafe extern "C" fn svn_wc_add_repos_file2(
    dst_path: *const c_char,
    adm_access: *mut svn_wc_adm_access_t,
    new_text_base_path: *const c_char,
    new_text_path: *const c_char,
    new_base_props: *mut apr_hash_t,
    new_props: *mut apr_hash_t,
    copyfrom_url: *const c_char,
    copyfrom_rev: svn_revnum_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_wc_add_repos_file3(), except that it has pathnames rather than streams for the text base, and actual text, and has no cancellation.

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