pub unsafe extern "C" fn svn_wc_add_repos_file(
dst_path: *const c_char,
adm_access: *mut svn_wc_adm_access_t,
new_text_path: *const c_char,
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 doesn’t have the BASE arguments or cancellation.
@deprecated Provided for compatibility with the 1.3 API