svn_client_copy3

Function svn_client_copy3 

Source
pub unsafe extern "C" fn svn_client_copy3(
    commit_info_p: *mut *mut svn_commit_info_t,
    src_path: *const c_char,
    src_revision: *const svn_opt_revision_t,
    dst_path: *const c_char,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_copy4(), with only one @a src_path, @a copy_as_child set to @c FALSE, @a revprop_table passed as NULL, and @a make_parents set to @c FALSE. Also, use @a src_revision as both the operational and peg revision.

@since New in 1.4.

@deprecated Provided for backward compatibility with the 1.4 API.