Skip to main content

svn_client_log3

Function svn_client_log3 

Source
pub unsafe extern "C" fn svn_client_log3(
    targets: *const apr_array_header_t,
    peg_revision: *const svn_opt_revision_t,
    start: *const svn_opt_revision_t,
    end: *const svn_opt_revision_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,
    ctx: *mut svn_client_ctx_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_client_log4(), but using #svn_log_message_receiver_t instead of #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.

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