Re: API review for 1.10 -- svn_ra_list()

2017-04-19 Thread Julian Foad
Stefan Fuhrmann wrote: On 16.03.2017 16:32, Julian Foad wrote: In svn_ra.h around line 1132, two new-in-1.10 additions, with several issues with their doc strings. svn_ra_dirent_receiver_t: bad @a/@c references: svn_repos_list, path/rel_path, path_info_only svn_ra_list(): bad @a/@c refer

Re: Inconsistencies in FSFS cache-* options

2017-04-19 Thread Julian Foad
Stefan Fuhrmann wrote: On 16.03.2017 15:08, Julian Foad wrote: > Nodeprops caching is new in 1.10. This caused me to have a look at the > code for enabling it, and I noticed the following in FSFS (and the > same in FSX). [...] Yup, that comment is outdated. Fixed in r1791793. [...] In r17917