pub unsafe extern "C" fn svn_repos_get_commit_editor4(
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,
commit_callback: svn_commit_callback2_t,
commit_baton: *mut c_void,
authz_callback: svn_repos_authz_callback_t,
authz_baton: *mut c_void,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_get_commit_editor5(), but with @a revprop_table set to a hash containing @a user and @a log_msg as the #SVN_PROP_REVISION_AUTHOR and #SVN_PROP_REVISION_LOG properties, respectively. @a user and @a log_msg may both be @c NULL.
@since New in 1.4.
@deprecated Provided for backward compatibility with the 1.4 API.