svn_client_switch

Function svn_client_switch 

Source
pub unsafe extern "C" fn svn_client_switch(
    result_rev: *mut svn_revnum_t,
    path: *const c_char,
    url: *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_switch2() but with @a allow_unver_obstructions, @a ignore_externals, and @a depth_is_sticky always set 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.