svn_ra_get_commit_editor2

Function svn_ra_get_commit_editor2 

Source
pub unsafe extern "C" fn svn_ra_get_commit_editor2(
    session: *mut svn_ra_session_t,
    editor: *mut *const svn_delta_editor_t,
    edit_baton: *mut *mut c_void,
    log_msg: *const c_char,
    commit_callback: svn_commit_callback2_t,
    commit_baton: *mut c_void,
    lock_tokens: *mut apr_hash_t,
    keep_locks: svn_boolean_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_ra_get_commit_editor3(), but with @c revprop_table set to a hash containing the @c SVN_PROP_REVISION_LOG property set to the value of @a log_msg.

@since New in 1.4.

@deprecated Provided for backward compatibility with the 1.4 API.