[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: Greg Stein <gstein_at_gmail.com>
Date: Fri, 7 Aug 2009 19:31:52 +0200

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);

>...

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2381399
Received on 2009-08-07 19:32:31 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.