Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros

Constants defining the currently supported built-in filesystem backends. More...

Macros

#define SVN_FS_TYPE_BDB   "bdb"
 
#define SVN_FS_TYPE_FSFS   "fsfs"
 
#define SVN_FS_TYPE_FSX   "fsx"
 EXPERIMENTAL filesystem backend. More...
 

Detailed Description

Constants defining the currently supported built-in filesystem backends.

See Also
svn_fs_type

Macro Definition Documentation

#define SVN_FS_TYPE_BDB   "bdb"
Since
New in 1.1.

Definition at line 76 of file svn_fs.h.

#define SVN_FS_TYPE_FSFS   "fsfs"
Since
New in 1.1.

Definition at line 78 of file svn_fs.h.

#define SVN_FS_TYPE_FSX   "fsx"

EXPERIMENTAL filesystem backend.

It is not ready for general production use. Please consult the respective release notes on suggested usage scenarios.

Since
New in 1.9.

Definition at line 88 of file svn_fs.h.