Skip to main content

svn_client_ls

Function svn_client_ls 

Source
pub unsafe extern "C" fn svn_client_ls(
    dirents: *mut *mut apr_hash_t,
    path_or_url: *const c_char,
    revision: *mut svn_opt_revision_t,
    recurse: svn_boolean_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_ls2() except that @a peg_revision is always the same as @a revision.

@deprecated Provided for backward compatibility with the 1.1 API. Use svn_client_list2() instead.