pub unsafe extern "C" fn svn_mergeinfo_to_string(
output: *mut *mut svn_string_t,
mergeinput: svn_mergeinfo_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Take a mergeinfo in @a mergeinput, and convert it to unparsed mergeinfo. Set @a *output to the result, allocated in @a pool. If @a input contains no elements, set @a *output to the empty string.
@a mergeinput may contain relative merge source paths, but these are converted to absolute paths in @a *output.
@since New in 1.5.