Re: API review - svn_cache_config.h

2011-06-09 Thread Julian Foad
On Thu, 2011-06-09 at 16:13 +0300, Daniel Shahaf wrote: > Julian Foad wrote on Thu, Jun 09, 2011 at 11:22:23 +0100: > > svn_cache_config.h > > # Why is the cache config header separate from the cache header? > > Because one is public and one is private? OK, that makes sense. > > svn_cache_co

Re: API review - svn_cache_config.h

2011-06-09 Thread Daniel Shahaf
Julian Foad wrote on Thu, Jun 09, 2011 at 11:22:23 +0100: > svn_cache_config.h > # Why is the cache config header separate from the cache header? Because one is public and one is private? > svn_cache_config_t > svn_get_cache_config() > svn_set_cache_config() > # Rename these two to sv