svn_wc_get_actual_target

Function svn_wc_get_actual_target 

Source
pub unsafe extern "C" fn svn_wc_get_actual_target(
    path: *const c_char,
    anchor: *mut *const c_char,
    target: *mut *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_get_actual_target2(), but without the wc context, and with a absolute path.

@deprecated Provided for backward compatibility with the 1.6 API.