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

Re: [PATCH] Replace svn_path_join() in libsvn_client/mergeinfo.c

From: Daniel Näslund <daniel_at_longitudo.com>
Date: Fri, 6 Nov 2009 22:22:32 +0100

On Fri, Nov 06, 2009 at 07:39:28PM +0100, Daniel Näslund wrote:
> [[[
> Replace svn_path_join() since there are conflicting definitions of a
> path.
>
> * subversion/libsvn_client/mergeinfo.c
> (svn_client__adjust_mergeinfo_source_paths): Replace svn_path_join()
> with svn_dirent_join(). The base is a key in svn_mergeinfo_t.
> (svn_client__get_wc_mergeinfo): Replace svn_path_join() with
> svn_relpath_join(). The base is created with svn_dirent_basename()
> that returns a relative path.
> (svn_client_mergeinfo_get_merged): Replace svn_path_join() with
> svn_uri_join(). We want to create full urls of svn_mergeinfo_t keys.
>
> Patch by: Daniel Näslund <daniel_at_longitudo.com>
> ]]]

[...]

Make check passed.

/Daniel

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2415260
Received on 2009-11-06 22:22:49 CET

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.