GME  13
Public Attributes
svn_ra_reporter_t Struct Reference

#include <svn_ra.h>

Collaboration diagram for svn_ra_reporter_t:
Collaboration graph
[legend]

List of all members.

Public Attributes

svn_error_t *(* set_path )(void *report_baton, const char *path, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)
svn_error_t *(* delete_path )(void *report_baton, const char *path, apr_pool_t *pool)
svn_error_t *(* link_path )(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)
svn_error_t *(* finish_report )(void *report_baton, apr_pool_t *pool)
svn_error_t *(* abort_report )(void *report_baton, apr_pool_t *pool)

Detailed Description

Similar to svn_ra_reporter2_t, but without support for lock tokens.

Deprecated:
Provided for backward compatibility with the 1.1 API.

Definition at line 425 of file svn_ra.h.


Member Data Documentation

Same as the corresponding field in svn_ra_reporter2_t.

Definition at line 454 of file svn_ra.h.

svn_error_t*(* svn_ra_reporter_t::delete_path)(void *report_baton, const char *path, apr_pool_t *pool)

Same as the corresponding field in svn_ra_reporter2_t.

Definition at line 436 of file svn_ra.h.

Same as the corresponding field in svn_ra_reporter2_t.

Definition at line 450 of file svn_ra.h.

svn_error_t*(* svn_ra_reporter_t::link_path)(void *report_baton, const char *path, const char *url, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)

Similar to the corresponding field in svn_ra_reporter2_t, but with lock_token always set to NULL.

Definition at line 442 of file svn_ra.h.

svn_error_t*(* svn_ra_reporter_t::set_path)(void *report_baton, const char *path, svn_revnum_t revision, svn_boolean_t start_empty, apr_pool_t *pool)

Similar to the corresponding field in svn_ra_reporter2_t, but with lock_token always set to NULL.

Definition at line 429 of file svn_ra.h.


The documentation for this struct was generated from the following file: