![]()  | 
  
    Subversion
    
   | 
 
A structure that provides some information about a filesystem. More...
#include <svn_fs.h>
Data Fields | |
| const char * | fs_type | 
| Filesystem backend (fs_type), i.e., the string SVN_FS_TYPE_FSFS.  More... | |
| int | shard_size | 
| Shard size, or 0 if the filesystem is not currently sharded.  More... | |
| svn_revnum_t | min_unpacked_rev | 
| The smallest revision (as svn_revnum_t) which is not in a pack file.  More... | |
| svn_boolean_t | log_addressing | 
| TRUE if logical addressing is enabled for this repository.  More... | |
A structure that provides some information about a filesystem.
Returned by svn_fs_info() for SVN_FS_TYPE_FSFS filesystems.
| const char* svn_fs_fsfs_info_t::fs_type | 
Filesystem backend (fs_type), i.e., the string SVN_FS_TYPE_FSFS.
| svn_boolean_t svn_fs_fsfs_info_t::log_addressing | 
| svn_revnum_t svn_fs_fsfs_info_t::min_unpacked_rev | 
The smallest revision (as svn_revnum_t) which is not in a pack file.
| int svn_fs_fsfs_info_t::shard_size | 
 1.8.11