Skip to main content

svn_client_open_ra_session

Function svn_client_open_ra_session 

Source
pub unsafe extern "C" fn svn_client_open_ra_session(
    session: *mut *mut svn_ra_session_t,
    url: *const c_char,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_open_ra_session2(), but with @ wri_abspath always passed as NULL, and with the same pool used as both @a result_pool and @a scratch_pool.

@since New in 1.3. @deprecated Provided for backward compatibility with the 1.7 API.