svn_client_export4

Function svn_client_export4 

Source
pub unsafe extern "C" fn svn_client_export4(
    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,
    depth: svn_depth_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_export5(), but with @a ignore_keywords set to FALSE.

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