GME
13
|
#include <svn_types.h>
Public Attributes | |
svn_revnum_t | revision |
const char * | date |
const char * | author |
const char * | post_commit_err |
const char * | repos_root |
All information about a commit.
Definition at line 696 of file svn_types.h.
const char* svn_commit_info_t::author |
author of the commit.
Definition at line 705 of file svn_types.h.
const char* svn_commit_info_t::date |
server-side date of the commit.
Definition at line 702 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 708 of file svn_types.h.
const char* svn_commit_info_t::repos_root |
repository root, may be NULL
if unknown.
Definition at line 712 of file svn_types.h.
just-committed revision.
Definition at line 699 of file svn_types.h.