svn_wc_check_wc2

Function svn_wc_check_wc2 

Source
pub unsafe extern "C" fn svn_wc_check_wc2(
    wc_format: *mut c_int,
    wc_ctx: *mut svn_wc_context_t,
    local_abspath: *const c_char,
    scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Set @a *wc_format to @a local_abspath’s working copy format version number if @a local_abspath is a valid working copy directory, else set it to 0.

Return error @c APR_ENOENT if @a local_abspath does not exist at all.

@since New in 1.7.