pub unsafe extern "C" fn svn_repos_stat(
dirent: *mut *mut svn_dirent_t,
root: *mut svn_fs_root_t,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *dirent to an #svn_dirent_t associated with @a path in @a root. If @a path does not exist in @a root, set @a *dirent to NULL. Use @a pool for memory allocation.
@since New in 1.2.