Subversion
|
All information about a commit. More...
#include <svn_types.h>
Data Fields | |
svn_revnum_t | revision |
just-committed revision. | |
const char * | date |
server-side date of the commit. | |
const char * | author |
author of the commit. | |
const char * | post_commit_err |
error message from post-commit hook, or NULL. | |
const char * | repos_root |
repository root, may be NULL if unknown. |
All information about a commit.
Definition at line 651 of file svn_types.h.
const char* svn_commit_info_t::author |
author of the commit.
Definition at line 660 of file svn_types.h.
const char* svn_commit_info_t::date |
server-side date of the commit.
Definition at line 657 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 663 of file svn_types.h.
const char* svn_commit_info_t::repos_root |
repository root, may be NULL
if unknown.
Definition at line 667 of file svn_types.h.
just-committed revision.
Definition at line 654 of file svn_types.h.