pub unsafe extern "C" fn svn_client_resolved(
path: *const c_char,
recursive: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_resolve(), but without automatic conflict resolution support.
@deprecated Provided for backward compatibility with the 1.4 API. Use svn_client_resolve() with @a conflict_choice == @c svn_wc_conflict_choose_merged instead.