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

Re: svn commit: r34304 - trunk/subversion/svn

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Fri, 21 Nov 2008 10:16:48 -0500

Stefan Sperling wrote:
> On Fri, Nov 21, 2008 at 06:36:22AM -0800, Greg Stein wrote:
>> On Fri, Nov 21, 2008 at 06:33, <stsp_at_tigris.org> wrote:
>>> ...
>>> +++ trunk/subversion/svn/tree-conflicts.h Fri Nov 21 06:33:02 2008 (r34304)
>>> @@ -35,14 +35,16 @@ extern "C" {
>>>
>>>
>>> /**
>>> - * Append to @a descriptions a possibly localized human readable
>>> + * Return in @a desc a possibly localized human readable
>>> * description of a tree conflict described by @a conflict.
>>> *
>>> + * Allocate the result in @a pool.
>>> + *
>>> * @since New in 1.6.
>>> */
>>> svn_error_t *
>>> -svn_cl__append_human_readable_tree_conflict_description(
>>> - svn_stringbuf_t *descriptions,
>>> +svn_cl__get_human_readable_tree_conflict_description(
>>> + svn_string_t **desc,
>>> const svn_wc_conflict_description_t *conflict,
>>> apr_pool_t *pool);
>> Does this need to be an svn_string_t ? Couldn't it be a simple const char * ?
>
> There seems to no API for creating C strings from a format string.

apr_psprintf() ?

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-11-21 16:17:14 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.