Greg Stein wrote on Mon, Apr 30, 2012 at 02:15:27 -0400: > On Fri, Apr 27, 2012 at 07:17, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > > gst...@apache.org wrote on Thu, Apr 26, 2012 at 18:47:32 -0000: > >... > >> +++ subversion/trunk/subversion/libsvn_fs/editor.c Thu Apr 26 18:47:31 2012 > >> @@ -471,16 +471,17 @@ svn_fs_editor_commit(svn_revnum_t *revis > >> > >> /* Clean up internal resources (eg. eb->root). This also allows the > >> editor infrastructure to know this editor is "complete". */ > >> - SVN_ERR(svn_editor_complete(editor)); > >> + err = svn_editor_complete(editor); > >> > >> /* Note: docco for svn_fs_commit_txn() states that CONFLICT_PATH will > >> be allocated in the txn's pool. But it lies. > > > > If it lies fix it? > > Fixed in r1332062.
Thanks Daniel