svn_client_export

Function svn_client_export 

Source
pub unsafe extern "C" fn svn_client_export(
    result_rev: *mut svn_revnum_t,
    from_path_or_url: *const c_char,
    to_path: *const c_char,
    revision: *mut svn_opt_revision_t,
    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_export2(), but with @a native_eol always set to NULL.

@deprecated Provided for backward compatibility with the 1.0 API.