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

Re: svn commit: r33562 - branches/issue-3067-deleted-subtrees/subversion/libsvn_ra_serf

From: Paul Burba <ptburba_at_gmail.com>
Date: Mon, 20 Oct 2008 11:27:15 -0400

On Wed, Oct 8, 2008 at 9:29 PM, Greg Stein <gstein_at_gmail.com> wrote:
> On Wed, Oct 8, 2008 at 3:03 PM, <pburba_at_tigris.org> wrote:
>>...
>> +++ branches/issue-3067-deleted-subtrees/subversion/libsvn_ra_serf/get_deleted_rev.c Wed Oct 8 15:03:56 2008 (r33562)
>>...
>> +typedef struct {
>> + /* The currently collected value as we build it up */
>> + const char *tmp;
>> + apr_size_t tmp_len;
>> +} drev_info_t;
>
> Why this structure? Why not svn_string_t or svn_stringbuf_t ??

Hi Greg,

No good reason...I was following the example of similar code a bit too
blindly. Replaced with svn_string_t in r33781.

Paul

> Cheers,
> -g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-20 17:27: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.