svn_client_mkdir2

Function svn_client_mkdir2 

Source
pub unsafe extern "C" fn svn_client_mkdir2(
    commit_info_p: *mut *mut svn_commit_info_t,
    paths: *const apr_array_header_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Same as svn_client_mkdir3(), but with @a make_parents always FALSE, and @a revprop_table always NULL.

@since New in 1.3. @deprecated Provided for backward compatibility with the 1.4 API.