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_FSX. | |
int | shard_size |
Shard size, always > 0. | |
svn_revnum_t | min_unpacked_rev |
The smallest revision which is not in a pack file. | |
A structure that provides some information about a filesystem.
Returned by svn_fs_info() for SVN_FS_TYPE_FSX filesystems.