svn_mergeinfo_t

Type Alias svn_mergeinfo_t 

Source
pub type svn_mergeinfo_t = *mut apr_hash_t;
Expand description

A hash mapping merge source paths to non-empty rangelist arrays.

The keys are (@c const char *) absolute paths from the repository root, starting with slashes. A @c NULL hash represents no mergeinfo and an empty hash represents empty mergeinfo.