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

Re: svn commit: r36894 - in trunk/subversion: libsvn_client libsvn_repos mod_dav_svn svn

From: Senthil Kumaran S <senthil_at_collab.net>
Date: Wed, 01 Apr 2009 13:30:18 +0530

Greg Stein wrote:
> On Tue, Mar 31, 2009 at 16:51, Senthil Kumaran S <senthil_at_collab.net> wrote:
>> ...
>> +++ trunk/subversion/libsvn_client/externals.c Tue Mar 31 07:51:57 2009 (r36894)
>> ...
>> @@ -813,7 +814,7 @@ handle_external_item_change(const void *
>> case svn_node_dir:
>> /* The target dir might have multiple components. Guarantee
>> the path leading down to the last component. */
>> - svn_path_split(path, &parent, NULL, ib->iter_pool);
>> + svn_dirent_split(path, &parent, NULL, ib->iter_pool);
>
> You can just use svn_dirent_dirname() since you aren't asking for the basename.

All required changes were done in r36917.

-- 
Senthil Kumaran S
http://www.stylesen.org/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1504590
Received on 2009-04-01 10:00:39 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.