svn_repos_get_commit_editor

Function svn_repos_get_commit_editor 

Source
pub unsafe extern "C" fn svn_repos_get_commit_editor(
    editor: *mut *const svn_delta_editor_t,
    edit_baton: *mut *mut c_void,
    repos: *mut svn_repos_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_editor2(), but with @a txn always set to @c NULL.

@deprecated Provided for backward compatibility with the 1.1 API.