pub unsafe extern "C" fn svn_client_add4(
path: *const c_char,
depth: svn_depth_t,
force: svn_boolean_t,
no_ignore: svn_boolean_t,
add_parents: svn_boolean_t,
ctx: *mut svn_client_ctx_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_add5(), but with @a no_autoprops always set to FALSE.
@deprecated Provided for backward compatibility with the 1.7 API.