Daniel Shahaf wrote on Fri, Apr 05, 2013 at 18:47:26 +0300: > THanks for the review, commnts inline: > > Ivan Zhakov wrote on Fri, Apr 05, 2013 at 19:40:16 +0400: > > On Fri, Apr 5, 2013 at 6:47 PM, <danie...@apache.org> wrote: > > > + /** Filesystem backend (#fs_type) -specific information. > > > + * @see SVN_FS_FSFS_INFO_* */ > > > + apr_hash_t *fsap_info; > > > + > > What is the values of this hash table? Always strings? What about > > integers or booleans? > > > > Each SVN_FS_FSFS_INFO_* macro will define its value's type. I suppose > we can encourage the values to be, say, C strings in most cases. > > > > + /** List of user-serviceable config files. > > > + * Elements are dirents (as const char *). */ > > > + apr_array_header_t *config_files; > > I don't see real use why config_files information can be useful in > > svnadmin info command. So I suggest to remove it until we need it. > > > > ACK. I assumed this would be useful. What do others think? > (this would contain ["DB_CONFIG"] or ["fsfs.conf"], currently.)
FWIW, I've already written the code, and I didn't have any better place to save it in so I went ahead and committed it. If we end up deciding it's not a good API to have I'll just 'svn undo' it (err, I mean, revert it).