pub unsafe extern "C" fn svn_client_checkout(
result_rev: *mut svn_revnum_t,
URL: *const c_char,
path: *const c_char,
revision: *const svn_opt_revision_t,
recurse: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_checkout2(), but with @a peg_revision always set to #svn_opt_revision_unspecified and @a ignore_externals always set to FALSE.
@deprecated Provided for backward compatibility with the 1.1 API.