[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: Greg Stein <gstein_at_gmail.com>
Date: Wed, 8 Oct 2008 18:29:24 -0700

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 ??

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-09 03:30:06 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.