svn_wc_process_committed4

Function svn_wc_process_committed4 

Source
pub unsafe extern "C" fn svn_wc_process_committed4(
    path: *const c_char,
    adm_access: *mut svn_wc_adm_access_t,
    recurse: svn_boolean_t,
    new_revnum: svn_revnum_t,
    rev_date: *const c_char,
    rev_author: *const c_char,
    wcprop_changes: *const apr_array_header_t,
    remove_lock: svn_boolean_t,
    remove_changelist: svn_boolean_t,
    digest: *const c_uchar,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

@note this function has improper expectations around the operation and execution of other parts of the Subversion WC library. The resulting coupling makes this interface near-impossible to support. Documentation has been removed, as a result.

@deprecated Use the svn_wc_committed_queue_* functions instead. Provided for backwards compatibility with the 1.5 API.