pub unsafe extern "C" fn svn_ra_do_switch2(
session: *mut svn_ra_session_t,
reporter: *mut *const svn_ra_reporter3_t,
report_baton: *mut *mut c_void,
revision_to_switch_to: svn_revnum_t,
switch_target: *const c_char,
depth: svn_depth_t,
switch_url: *const c_char,
switch_editor: *const svn_delta_editor_t,
switch_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_ra_do_switch3(), but always ignoring ancestry and never sending copyfrom_args.
@since New in 1.5. @deprecated Provided for compatibility with the 1.7 API.