Log Message: |
Remove layering violation introduced in r1400498. We simply add a
special value ("2") to the "cache revprops" config setting. When
set to this value, it will cause FSFS to enable revprop caching iff
we the required infrastructure is also available.
* subversion/include/svn_fs.h
(SVN_FS_CONFIG_FSFS_CACHE_REVPROPS): document extended value range
* subversion/libsvn_fs_fs/caching.c
(read_config): add handling for option value "2"
* subversion/svnadmin/main.c
(open_repos): use extended option value
|