pub unsafe extern "C" fn svn_repos_delete_path(
report_baton: *mut c_void,
path: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Given a @a report_baton constructed by svn_repos_begin_report3(), record the non-existence of @a path in the current tree.
@a path may not be underneath a path on which svn_repos_set_path3() was previously called with #svn_depth_exclude in this report.
(This allows the reporter’s driver to describe missing pieces of a working copy, so that ‘svn up’ can recreate them.)
All temporary allocations are done in @a pool.