pub unsafe extern "C" fn svn_client_update3(
result_revs: *mut *mut apr_array_header_t,
paths: *const apr_array_header_t,
revision: *const svn_opt_revision_t,
depth: svn_depth_t,
depth_is_sticky: svn_boolean_t,
ignore_externals: svn_boolean_t,
allow_unver_obstructions: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_update4() but with @a make_parents always set to FALSE and @a adds_as_modification set to TRUE.
@deprecated Provided for backward compatibility with the 1.6 API. @since New in 1.5.