[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Fri, 22 Apr 2011 02:00:27 +0300

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 ?
Received on 2011-04-22 01:01:04 CEST

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.