The following functions are similar to their generic counterparts.
More...
Detailed Description
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).
Function Documentation
const char* svn_fs_berkeley_path |
( |
svn_fs_t * |
fs, |
|
|
apr_pool_t * |
pool |
|
) |
| |
- Deprecated:
- Provided for backward compatibility with the 1.0 API.
svn_error_t* svn_fs_berkeley_recover |
( |
const char * |
path, |
|
|
apr_pool_t * |
pool |
|
) |
| |
- Deprecated:
- Provided for backward compatibility with the 1.4 API.
- Deprecated:
- Provided for backward compatibility with the 1.0 API.
svn_error_t* svn_fs_delete_berkeley |
( |
const char * |
path, |
|
|
apr_pool_t * |
pool |
|
) |
| |
- Deprecated:
- Provided for backward compatibility with the 1.0 API.
svn_error_t* svn_fs_hotcopy_berkeley |
( |
const char * |
src_path, |
|
|
const char * |
dest_path, |
|
|
svn_boolean_t |
clean_logs, |
|
|
apr_pool_t * |
pool |
|
) |
| |
- Deprecated:
- Provided for backward compatibility with the 1.0 API.
svn_fs_t* svn_fs_new |
( |
apr_hash_t * |
fs_config, |
|
|
apr_pool_t * |
pool |
|
) |
| |
- Deprecated:
- Provided for backward compatibility with the 1.0 API.
- Deprecated:
- Provided for backward compatibility with the 1.0 API.