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

Re: svn commit: r1125391 - in /subversion/trunk/subversion/libsvn_ra_neon: fetch.c ra_neon.h session.c util.c

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Fri, 20 May 2011 16:29:58 +0200

On Fri, May 20, 2011 at 16:11, Ivan Zhakov <ivan_at_visualsvn.com> wrote:
> On Fri, May 20, 2011 at 16:07, Greg Stein <gstein_at_gmail.com> wrote:
>> On Fri, May 20, 2011 at 09:48,  <ivan_at_apache.org> wrote:
>>> -          supports_deadprop_count = (deadprop_count != NULL);
>>> +          SVN_ERR(svn_ra_neon__get_deadprop_count_support
>>> +            (&supports_deadprop_count, ras, final_url, pool));
>>
>> No spaces before func-call parens!
>>
> Oh, sorry. I'm always confused how to put long arguments on next line.
>
Fixed in r1125409.

>>> +  /* Tri-state variable holding information about server support for
>>> +     deadprop-count property. Zero if information still unknown,
>>> +     positive if server support deadprop-count and negative if it
>>> +     does not. */
>>> +  int supports_deadprop_count;
>>
>> I would suggest svn_tristate_t and its enumerated constants. The bar
>> 0, 1, -1 constants are a big fugly.
>>
> Thanks for pointing! I've just didn't know about it.
>
Fixed in r1125415.

Thank you for review!

-- 
Ivan Zhakov
Received on 2011-05-20 16:30:49 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.