svn_repos_open

Function svn_repos_open 

Source
pub unsafe extern "C" fn svn_repos_open(
    repos_p: *mut *mut svn_repos_t,
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_open2() with @a fs_config set to NULL.

@deprecated Provided for backward compatibility with 1.6 API.