svn_wc_adm_probe_retrieve

Function svn_wc_adm_probe_retrieve 

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

Check the working copy to determine the node type of @a path. If @a path is a versioned directory then the behaviour is like that of svn_wc_adm_retrieve(), otherwise, if @a path is a file, an unversioned directory, or does not exist, then the behaviour is like that of svn_wc_adm_retrieve() with @a path replaced by the parent directory of @a path.

@deprecated Provided for backward compatibility with the 1.6 API.