Skip to main content

svn_ra_do_update

Function svn_ra_do_update 

Source
pub unsafe extern "C" fn svn_ra_do_update(
    session: *mut svn_ra_session_t,
    reporter: *mut *const svn_ra_reporter2_t,
    report_baton: *mut *mut c_void,
    revision_to_update_to: svn_revnum_t,
    update_target: *const c_char,
    recurse: svn_boolean_t,
    update_editor: *const svn_delta_editor_t,
    update_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_ra_do_update2(), but taking @c svn_ra_reporter2_t instead of @c svn_ra_reporter3_t; if @a recurse is true, pass @c svn_depth_infinity for @a depth, else pass @c svn_depth_files; and with @a send_copyfrom_args always false.

@deprecated Provided for compatibility with the 1.4 API.