svn_client_list

Function svn_client_list 

Source
pub unsafe extern "C" fn svn_client_list(
    path_or_url: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    revision: *const svn_opt_revision_t,
    recurse: svn_boolean_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_list2(), but with @a recurse instead of @a depth. If @a recurse is FALSE, pass #svn_depth_immediates for @a depth; else pass #svn_depth_infinity.

@since New in 1.4.

@deprecated Provided for backward compatibility with the 1.4 API.