On 10/28/14 9:26 AM, Branko Čibej wrote: > Indentation is wrong. Whoops, somehow my code style setting got disabled when I wrote this and didn't notice it. Fixed in r1635359.
> And I suggest using svn_iter_apr_array here. > ... and svn_iter_apr_hash here. Unless it's a big deal to you I'm not inclined to use those here. They feel very clunky for this use. For one thing I need to add another function for the callback that have only one line. For another I have to pass the pool into the callback baton since they both pass only a scratch pool.