Skip to main content

svn_fs_hotcopy2

Function svn_fs_hotcopy2 

Source
pub unsafe extern "C" fn svn_fs_hotcopy2(
    src_path: *const c_char,
    dest_path: *const c_char,
    clean: svn_boolean_t,
    incremental: svn_boolean_t,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_fs_hotcopy3(), but with @a notify_func and @a notify_baton always passed as @c NULL.

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