pub unsafe extern "C" fn svn_repos_fs_begin_txn_for_commit(
txn_p: *mut *mut svn_fs_txn_t,
repos: *mut svn_repos_t,
rev: svn_revnum_t,
author: *const c_char,
log_msg: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_repos_fs_begin_txn_for_commit2(), but with @a revprop_table set to a hash containing @a author and @a log_msg as the #SVN_PROP_REVISION_AUTHOR and #SVN_PROP_REVISION_LOG properties, respectively. @a author and @a log_msg may both be @c NULL.
@deprecated Provided for backward compatibility with the 1.4 API.