svn_repos_notify_t Struct Reference
[Repository notifications]

Structure used by svn_repos_notify_func_t. More...

#include <svn_repos.h>

Data Fields

svn_repos_notify_action_t action
 Action that describes what happened in the repository.
svn_revnum_t revision
 For svn_repos_notify_dump_rev_end and svn_repos_notify_verify_rev_end, the revision which just completed.
const char * warning_str
 For svn_repos_notify_warning, the warning message.
svn_repos_notify_warning_t warning
 For svn_repos_notify_warning, the warning type.
apr_int64_t shard
 For svn_repos_notify_pack_shard_start, svn_repos_notify_pack_shard_end, svn_repos_notify_pack_revprops, svn_repos_notify_cleanup_revprops svn_repos_notify_pack_shard_start_revprop, and svn_repos_notify_pack_shard_end_revprop, the shard processed.
svn_revnum_t new_revision
 For svn_repos_notify_load_txn_committed, the revision committed.
svn_revnum_t old_revision
 For svn_repos_notify_load_txn_committed, the source revision, if different from new_revision, otherwise SVN_INVALID_REVNUM.
enum svn_node_action node_action
 For svn_repos_notify_load_node_start, the action being taken on the node.
const char * path
 For svn_repos_notify_load_node_start, the path of the node.
svn_revnum_t start_revision
 For svn_repos_notify_hotcopy_rev_range, the start of the copied revision range.
svn_revnum_t end_revision
 For svn_repos_notify_hotcopy_rev_range, the end of the copied revision range (might be the same as start_revision).

Detailed Description

Structure used by svn_repos_notify_func_t.

The only field guaranteed to be populated is action. Other fields are dependent upon the action. (See individual fields for more information.)

Note:
Callers of notification functions should use svn_repos_notify_create() to create structures of this type to allow for future extensibility.
Since:
New in 1.7.

Definition at line 309 of file svn_repos.h.


Field Documentation

Action that describes what happened in the repository.

Definition at line 312 of file svn_repos.h.

For svn_repos_notify_hotcopy_rev_range, the end of the copied revision range (might be the same as start_revision).

Since:
New in 1.9.

Definition at line 356 of file svn_repos.h.

For svn_repos_notify_load_txn_committed, the revision committed.

Definition at line 333 of file svn_repos.h.

For svn_repos_notify_load_node_start, the action being taken on the node.

Definition at line 343 of file svn_repos.h.

For svn_repos_notify_load_txn_committed, the source revision, if different from new_revision, otherwise SVN_INVALID_REVNUM.

For svn_repos_notify_load_txn_start and svn_repos_notify_load_skipped_rev, the source revision.

Definition at line 339 of file svn_repos.h.

For svn_repos_notify_load_node_start, the path of the node.

Definition at line 346 of file svn_repos.h.

For svn_repos_notify_dump_rev_end and svn_repos_notify_verify_rev_end, the revision which just completed.

For svn_fs_upgrade_format_bumped, the new format version.

Definition at line 317 of file svn_repos.h.

For svn_repos_notify_hotcopy_rev_range, the start of the copied revision range.

Since:
New in 1.9.

Definition at line 351 of file svn_repos.h.

For svn_repos_notify_warning, the warning type.

Definition at line 322 of file svn_repos.h.

For svn_repos_notify_warning, the warning message.

Definition at line 320 of file svn_repos.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 28 Jul 2015 for Subversion by  doxygen 1.6.1