svn_client_import2

Function svn_client_import2 

Source
pub unsafe extern "C" fn svn_client_import2(
    commit_info_p: *mut *mut svn_commit_info_t,
    path: *const c_char,
    url: *const c_char,
    nonrecursive: svn_boolean_t,
    no_ignore: svn_boolean_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_import3(), but with @a ignore_unknown_node_types always set to @c FALSE, @a revprop_table passed as NULL, and @a depth set according to @a nonrecursive: if TRUE, then @a depth is #svn_depth_files, else #svn_depth_infinity.

@since New in 1.3.

@deprecated Provided for backward compatibility with the 1.4 API