Skip to main content

svn_client_move

Function svn_client_move 

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

Similar to svn_client_move2(), but an extra argument @a src_revision must be passed. This has no effect, but must be of kind #svn_opt_revision_unspecified or #svn_opt_revision_head, otherwise error #SVN_ERR_UNSUPPORTED_FEATURE is returned.

@deprecated Provided for backward compatibility with the 1.1 API.