pub unsafe extern "C" fn svn_client_export2(
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,
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_export3(), but with @a peg_revision always set to #svn_opt_revision_unspecified, @a overwrite set to the value of @a force, @a ignore_externals always FALSE, and @a recurse always TRUE.
@since New in 1.1. @deprecated Provided for backward compatibility with the 1.1 API.