svn_fs_commit_txn and svn_repos_fs_commit_txn inconsistency
From: Blair Zajac <blair_at_orcaware.com>
Date: Mon, 20 Dec 2010 11:14:34 -0800
The docs for svn_fs_commit_txn() for read:
* @note Success or failure of the commit of @a txn is determined by
However, svn_repos_fs_commit_txn() will only run the post-commit hook if
/* Commit. */
/* Run post-commit hooks. Notice that we're wrapping the error
return SVN_NO_ERROR;
Shouldn't svn_repos_fs_commit_txn() always run the post-commit hook if new_rev
BTW, we should have the docs for svn_fs_commit_txn mention that *new_rev is
Blair
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.