svn_client_copy6

Function svn_client_copy6 

Source
pub unsafe extern "C" fn svn_client_copy6(
    sources: *const apr_array_header_t,
    dst_path: *const c_char,
    copy_as_child: svn_boolean_t,
    make_parents: svn_boolean_t,
    ignore_externals: svn_boolean_t,
    revprop_table: *const apr_hash_t,
    commit_callback: svn_commit_callback2_t,
    commit_baton: *mut c_void,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_copy7(), but doesn’t support meta_data_only and cannot pin externals.

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