svn_client_commit3

Function svn_client_commit3 

Source
pub unsafe extern "C" fn svn_client_commit3(
    commit_info_p: *mut *mut svn_commit_info_t,
    targets: *const apr_array_header_t,
    recurse: svn_boolean_t,
    keep_locks: svn_boolean_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_commit4(), but always with NULL for @a changelist_name, FALSE for @a keep_changelist, NULL for @a revprop_table, and @a depth set according to @a recurse: if @a recurse is TRUE, use #svn_depth_infinity, else #svn_depth_empty.

@deprecated Provided for backward compatibility with the 1.4 API.

@since New in 1.3.