Skip to main content

svn_client_copy4

Function svn_client_copy4 

Source
pub unsafe extern "C" fn svn_client_copy4(
    commit_info_p: *mut *mut svn_commit_info_t,
    sources: *const apr_array_header_t,
    dst_path: *const c_char,
    copy_as_child: svn_boolean_t,
    make_parents: svn_boolean_t,
    revprop_table: *const apr_hash_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_copy5(), with @a ignore_externals set to @c FALSE.

@since New in 1.5.

@deprecated Provided for backward compatibility with the 1.5 API.