pub unsafe extern "C" fn svn_fs_path(
fs: *mut svn_fs_t,
pool: *mut apr_pool_t,
) -> *const c_char
Expand description
Return the path to @a fs’s repository, allocated in @a pool. @note This is just what was passed to svn_fs_create() or svn_fs_open() – might be absolute, might not.
@since New in 1.1.