Skip to main content

svn_client_cat2

Function svn_client_cat2 

Source
pub unsafe extern "C" fn svn_client_cat2(
    out: *mut svn_stream_t,
    path_or_url: *const c_char,
    peg_revision: *const svn_opt_revision_t,
    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_cat3() except without the option of directly reading the properties, and with @a expand_keywords always TRUE.

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