Subversion
|
Structure used by svn_repos_notify_func_t. More...
#include <svn_repos.h>
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.)
Definition at line 315 of file svn_repos.h.
svn_repos_notify_action_t svn_repos_notify_t::action |
Action that describes what happened in the repository.
Definition at line 318 of file svn_repos.h.
svn_revnum_t svn_repos_notify_t::end_revision |
For svn_repos_notify_hotcopy_rev_range, the end of the copied revision range (might be the same as start_revision).
Definition at line 362 of file svn_repos.h.
svn_revnum_t svn_repos_notify_t::new_revision |
For svn_repos_notify_load_txn_committed, the revision committed.
Definition at line 339 of file svn_repos.h.
enum svn_node_action svn_repos_notify_t::node_action |
For svn_repos_notify_load_node_start, the action being taken on the node.
Definition at line 349 of file svn_repos.h.
svn_revnum_t svn_repos_notify_t::old_revision |
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 345 of file svn_repos.h.
const char* svn_repos_notify_t::path |
For svn_repos_notify_load_node_start, the path of the node.
Definition at line 352 of file svn_repos.h.
svn_revnum_t svn_repos_notify_t::revision |
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 323 of file svn_repos.h.
apr_int64_t svn_repos_notify_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.
Definition at line 336 of file svn_repos.h.
svn_revnum_t svn_repos_notify_t::start_revision |
For svn_repos_notify_hotcopy_rev_range, the start of the copied revision range.
Definition at line 357 of file svn_repos.h.
svn_repos_notify_warning_t svn_repos_notify_t::warning |
For svn_repos_notify_warning, the warning type.
Definition at line 328 of file svn_repos.h.
const char* svn_repos_notify_t::warning_str |
For svn_repos_notify_warning, the warning message.
Definition at line 326 of file svn_repos.h.