svn_client_update2

Function svn_client_update2 

Source
pub unsafe extern "C" fn svn_client_update2(
    result_revs: *mut *mut apr_array_header_t,
    paths: *const apr_array_header_t,
    revision: *const svn_opt_revision_t,
    recurse: svn_boolean_t,
    ignore_externals: svn_boolean_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_update3() but with @a allow_unver_obstructions always set to FALSE, @a depth_is_sticky to FALSE, and @a depth set according to @a recurse: if @a recurse is TRUE, set @a depth to #svn_depth_infinity, if @a recurse is FALSE, set @a depth to #svn_depth_files.

@deprecated Provided for backward compatibility with the 1.4 API.