pub unsafe extern "C" fn svn_fs_info_format(
fs_format: *mut c_int,
supports_version: *mut *mut svn_version_t,
fs: *mut svn_fs_t,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Return filesystem format information for @a fs.
Set @a *fs_format to the filesystem format number of @a fs, which is an integer that increases when incompatible changes are made (such as by #svn_fs_upgrade).
Set @a *supports_version to the version number of the minimum Subversion GA release that can read and write @a fs.
@see svn_repos_info_format
@since New in 1.9.