svn_repos_info_format

Function svn_repos_info_format 

Source
pub unsafe extern "C" fn svn_repos_info_format(
    repos_format: *mut c_int,
    supports_version: *mut *mut svn_version_t,
    repos: *mut svn_repos_t,
    result_pool: *mut apr_pool_t,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Return repository format information for @a repos.

Set @a *repos_format to the repository format number of @a repos, which is an integer that increases when incompatible changes are made (such as by #svn_repos_upgrade2).

Set @a *supports_version to the version number of the minimum Subversion GA release that can read and write @a repos; allocate it in @a result_pool. Use @a scratch_pool for temporary allocations.

@see svn_fs_info_format, svn_repos_capabilities

@since New in 1.9.