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

Re: svn commit: r38331 - trunk/subversion/libsvn_client

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Fri, 7 Aug 2009 13:53:46 -0500

On Aug 7, 2009, at 12:31 PM, Greg Stein wrote:

> On Fri, Jul 3, 2009 at 23:54, Hyrum K. Wright<hyrum_at_hyrumwright.org>
> wrote:
>> ...
>> +++ trunk/subversion/libsvn_client/merge.c Fri Jul 3 14:54:42
>> 2009 (r38331)
>> ...
>> @@ -6809,6 +6823,10 @@ record_mergeinfo_for_added_subtrees(svn_
>> apr_pool_clear(iterpool);
>> SVN_ERR(svn_dirent_get_absolute(&added_abspath, added_path,
>> iterpool));
>> + SVN_ERR(svn_dirent_get_absolute(&dir_abspath,
>> +
>> svn_dirent_dirname(added_path,
>> +
>> iterpool),
>> + iterpool));
>
> simpler: dir_abspath = svn_dirent_dirname(added_abspath, iterpool);

r38624.

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2381426
Received on 2009-08-07 20:54:10 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.