svn_client_copy2

Function svn_client_copy2 

Source
pub unsafe extern "C" fn svn_client_copy2(
    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_copy3(), with the difference that if @a dst_path already exists and is a directory, copy the item into that directory, keeping its name (the last component of @a src_path).

@since New in 1.3.

@deprecated Provided for backward compatibility with the 1.3 API.