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

Re: svn commit: r37620 - in trunk/subversion/mod_dav_svn: . reports

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 07 May 2009 08:16:39 -0400

Greg Stein wrote:

>> ...
>> +++ trunk/subversion/mod_dav_svn/util.c Wed May 6 12:07:20 2009 (r37620)
>> @@ -383,6 +383,23 @@ dav_svn__find_ns(apr_array_header_t *nam
>>
>>
>> svn_error_t *
>> +dav_svn__brigade_print(apr_bucket_brigade *bb,
>> + ap_filter_t *output,
>> + const char *data)
>> +{
>> + apr_status_t apr_err;
>> + apr_err = apr_brigade_write(bb, ap_filter_flush, output, data, strlen(data));
>
> How about apr_brigade_puts() ?

Ooh! Didn't know about that one! Thanks.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2094118

Received on 2009-05-07 14:17:22 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.