pub unsafe extern "C" fn svn_client_add(
path: *const c_char,
recursive: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_add2(), but with @a force always set to FALSE.
@deprecated Provided for backward compatibility with the 1.0 API.