Subversion
|
All information about a commit. More...
#include <svn_types.h>
Data Fields | |
svn_revnum_t | revision |
just-committed revision. More... | |
const char * | date |
server-side date of the commit. More... | |
const char * | author |
author of the commit. More... | |
const char * | post_commit_err |
error message from post-commit hook, or NULL. More... | |
const char * | repos_root |
repository root, may be NULL if unknown. More... | |
All information about a commit.
Definition at line 706 of file svn_types.h.
const char* svn_commit_info_t::author |
author of the commit.
Definition at line 715 of file svn_types.h.
const char* svn_commit_info_t::date |
server-side date of the commit.
Definition at line 712 of file svn_types.h.
const char* svn_commit_info_t::post_commit_err |
error message from post-commit hook, or NULL.
Definition at line 718 of file svn_types.h.
const char* svn_commit_info_t::repos_root |
repository root, may be NULL
if unknown.
Definition at line 722 of file svn_types.h.
svn_revnum_t svn_commit_info_t::revision |
just-committed revision.
Definition at line 709 of file svn_types.h.