svn_client_cat

Function svn_client_cat 

Source
pub unsafe extern "C" fn svn_client_cat(
    out: *mut svn_stream_t,
    path_or_url: *const c_char,
    revision: *const svn_opt_revision_t,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_cat2() except that the peg revision is always the same as @a revision.

@deprecated Provided for backward compatibility with the 1.1 API.