svn_wc_process_committed_queue2

Function svn_wc_process_committed_queue2 

Source
pub unsafe extern "C" fn svn_wc_process_committed_queue2(
    queue: *mut svn_wc_committed_queue_t,
    wc_ctx: *mut svn_wc_context_t,
    new_revnum: svn_revnum_t,
    rev_date: *const c_char,
    rev_author: *const c_char,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Bump all items in @a queue to @a new_revnum after a commit succeeds. @a rev_date and @a rev_author are the (server-side) date and author of the new revision; one or both may be @c NULL.

If @a cancel_func is non-NULL, call it with @a cancel_baton to determine if the client wants to cancel the operation.

@since New in 1.7.