You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2012/04/30 10:05:43 UTC

Re: svn commit: r1332062 - in /subversion/trunk: notes/api-errata/1.8/ notes/api-errata/1.8/fs001.txt subversion/include/svn_fs.h

On Mon, Apr 30, 2012 at 02:22, Daniel Shahaf <da...@elego.de> wrote:
> gstein@apache.org wrote on Mon, Apr 30, 2012 at 06:13:36 -0000:
>> +++ subversion/trunk/subversion/include/svn_fs.h Mon Apr 30 06:13:35 2012
>> @@ -865,7 +865,7 @@ svn_fs_begin_txn(svn_fs_txn_t **txn_p,
>>   * If @a conflict_p is non-zero, use it to provide details on any
>>   * conflicts encountered merging @a txn with the most recent committed
>>   * revisions.  If a conflict occurs, set @a *conflict_p to the path of
>> - * the conflict in @a txn, with the same lifetime as @a txn;
>> + * the conflict in @a txn, allocated within @a pool;
>>   * otherwise, set @a *conflict_p to NULL.
>>   *
>
> Document the old behaviour here, or point to the erratum?

Done. r1332092