svn_client_export3

Function svn_client_export3 

Source
pub unsafe extern "C" fn svn_client_export3(
    result_rev: *mut svn_revnum_t,
    from_path_or_url: *const c_char,
    to_path: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    revision: *const svn_opt_revision_t,
    overwrite: svn_boolean_t,
    ignore_externals: svn_boolean_t,
    recurse: svn_boolean_t,
    native_eol: *const c_char,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_export4(), but with @a depth set according to @a recurse: if @a recurse is TRUE, set @a depth to #svn_depth_infinity, if @a recurse is FALSE, set @a depth to #svn_depth_files.

@deprecated Provided for backward compatibility with the 1.4 API.

@since New in 1.2.