![]() |
Subversion
|
The following functions are similar to their generic counterparts. More...
Functions | |
svn_fs_t * | svn_fs_new (apr_hash_t *fs_config, apr_pool_t *pool) |
svn_error_t * | svn_fs_create_berkeley (svn_fs_t *fs, const char *path) |
svn_error_t * | svn_fs_open_berkeley (svn_fs_t *fs, const char *path) |
const char * | svn_fs_berkeley_path (svn_fs_t *fs, apr_pool_t *pool) |
svn_error_t * | svn_fs_delete_berkeley (const char *path, apr_pool_t *pool) |
svn_error_t * | svn_fs_hotcopy_berkeley (const char *src_path, const char *dest_path, svn_boolean_t clean_logs, apr_pool_t *pool) |
svn_error_t * | svn_fs_berkeley_recover (const char *path, apr_pool_t *pool) |
The following functions are similar to their generic counterparts.
In Subversion 1.2 and earlier, they only work on Berkeley DB filesystems. In Subversion 1.3 and later, they perform largely as aliases for their generic counterparts (with the exception of recover, which only gained a generic counterpart in 1.5).
const char * svn_fs_berkeley_path | ( | svn_fs_t * | fs, |
apr_pool_t * | pool ) |
References SVN_DEPRECATED.
svn_error_t * svn_fs_berkeley_recover | ( | const char * | path, |
apr_pool_t * | pool ) |
svn_error_t * svn_fs_create_berkeley | ( | svn_fs_t * | fs, |
const char * | path ) |
References SVN_DEPRECATED.
svn_error_t * svn_fs_delete_berkeley | ( | const char * | path, |
apr_pool_t * | pool ) |
References SVN_DEPRECATED.
svn_error_t * svn_fs_hotcopy_berkeley | ( | const char * | src_path, |
const char * | dest_path, | ||
svn_boolean_t | clean_logs, | ||
apr_pool_t * | pool ) |
References SVN_DEPRECATED.
svn_fs_t * svn_fs_new | ( | apr_hash_t * | fs_config, |
apr_pool_t * | pool ) |
References SVN_DEPRECATED.
svn_error_t * svn_fs_open_berkeley | ( | svn_fs_t * | fs, |
const char * | path ) |
References SVN_DEPRECATED.