You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <da...@elego.de> on 2011/04/22 01:00:27 UTC

Error return in close_edit() in libsvn_repos/commit.c

In trunk (and in the 1.6 backport), the close_edit() function in the
subject does a simple 'return err' when svn_repos_fs_commit_txn() fails.

That err may be SVN_NO_ERROR.

Shouldn't close_edit() return a non-NULL error even if
svn_repos_fs_commit_txn() failed but returned SVN_NO_ERROR ?