svn_client_import4

Function svn_client_import4 

Source
pub unsafe extern "C" fn svn_client_import4(
    path: *const c_char,
    url: *const c_char,
    depth: svn_depth_t,
    no_ignore: svn_boolean_t,
    ignore_unknown_node_types: svn_boolean_t,
    revprop_table: *const apr_hash_t,
    commit_callback: svn_commit_callback2_t,
    commit_baton: *mut c_void,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_import5(), but without support for an optional @a filter_callback and @a no_autoprops always set to FALSE.

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