Skip to main content

svn_wc_mark_missing_deleted

Function svn_wc_mark_missing_deleted 

Source
pub unsafe extern "C" fn svn_wc_mark_missing_deleted(
    path: *const c_char,
    parent: *mut svn_wc_adm_access_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Mark missing @a path as ‘deleted’ in its @a parent’s list of entries. @a path should be a directory that is both deleted (via svn_wc_delete4) and removed (via a system call). This function should only be called during post-commit processing following a successful commit editor drive.

Return #SVN_ERR_WC_PATH_FOUND if @a path isn’t actually missing.

@deprecated Provided for backward compatibility with the 1.6 API.