Skip to main content

svn_client_list2

Function svn_client_list2 

Source
pub unsafe extern "C" fn svn_client_list2(
    path_or_url: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    revision: *const svn_opt_revision_t,
    depth: svn_depth_t,
    dirent_fields: apr_uint32_t,
    fetch_locks: svn_boolean_t,
    list_func: svn_client_list_func_t,
    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_list3(), but with @a include_externals set to FALSE, and using a #svn_client_list_func_t as callback.

@since New in 1.5.

@deprecated Provided for backwards compatibility with the 1.7 API.