Skip to main content

svn_ra_get_log

Function svn_ra_get_log 

Source
pub unsafe extern "C" fn svn_ra_get_log(
    session: *mut svn_ra_session_t,
    paths: *const apr_array_header_t,
    start: svn_revnum_t,
    end: svn_revnum_t,
    limit: c_int,
    discover_changed_paths: svn_boolean_t,
    strict_node_history: svn_boolean_t,
    receiver: svn_log_message_receiver_t,
    receiver_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_ra_get_log2(), but uses @c svn_log_message_receiver_t instead of @c svn_log_entry_receiver_t. Also, @a include_merged_revisions is set to @c FALSE and @a revprops is svn:author, svn:date, and svn:log.

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