pub unsafe extern "C" fn svn_ra_do_update2(
session: *mut svn_ra_session_t,
reporter: *mut *const svn_ra_reporter3_t,
report_baton: *mut *mut c_void,
revision_to_update_to: svn_revnum_t,
update_target: *const c_char,
depth: svn_depth_t,
send_copyfrom_args: svn_boolean_t,
update_editor: *const svn_delta_editor_t,
update_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_ra_do_update3(), but always ignoring ancestry.
@since New in 1.5. @deprecated Provided for compatibility with the 1.4 API.