svn_mergeinfo_remove

Function svn_mergeinfo_remove 

Source
pub unsafe extern "C" fn svn_mergeinfo_remove(
    mergeinfo: *mut svn_mergeinfo_t,
    eraser: svn_mergeinfo_t,
    whiteboard: svn_mergeinfo_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_mergeinfo_remove2, but always considers inheritance.

@deprecated Provided for backward compatibility with the 1.6 API.