pub unsafe extern "C" fn svn_client_add3(
path: *const c_char,
recursive: svn_boolean_t,
force: svn_boolean_t,
no_ignore: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_client_add4(), but with @a add_parents always set to FALSE and @a depth set according to @a recursive: if TRUE, then @a depth is #svn_depth_infinity, if FALSE, then #svn_depth_empty.
@deprecated Provided for backward compatibility with the 1.4 API.