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

Re: svn commit: r1331028 - in /subversion/trunk/subversion: include/svn_fs.h libsvn_fs/editor.c

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 30 Apr 2012 02:15:27 -0400

On Fri, Apr 27, 2012 at 07:17, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
> gstein_at_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.
Received on 2012-04-30 08:16:03 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.