Skip to main content

svn_client_add2

Function svn_client_add2 

Source
pub unsafe extern "C" fn svn_client_add2(
    path: *const c_char,
    recursive: svn_boolean_t,
    force: svn_boolean_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_add3(), but with @a no_ignore always set to FALSE.

@deprecated Provided for backward compatibility with the 1.2 API.