svn_repos_get_commit_editor2

Function svn_repos_get_commit_editor2 

Source
pub unsafe extern "C" fn svn_repos_get_commit_editor2(
    editor: *mut *const svn_delta_editor_t,
    edit_baton: *mut *mut c_void,
    repos: *mut svn_repos_t,
    txn: *mut svn_fs_txn_t,
    repos_url: *const c_char,
    base_path: *const c_char,
    user: *const c_char,
    log_msg: *const c_char,
    callback: svn_commit_callback_t,
    callback_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_get_commit_editor3(), but with @a authz_callback and @a authz_baton set to @c NULL.

@deprecated Provided for backward compatibility with the 1.2 API.