Subversion 1.6.16
Data Fields

svn_commit_info_t Struct Reference

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.

Detailed Description

All information about a commit.

Note:
Objects of this type should always be created using the svn_create_commit_info() function.
Since:
New in 1.3.

Definition at line 536 of file svn_types.h.


Field Documentation

author of the commit.

Definition at line 545 of file svn_types.h.

server-side date of the commit.

Definition at line 542 of file svn_types.h.

error message from post-commit hook, or NULL.

Definition at line 548 of file svn_types.h.

just-committed revision.

Definition at line 539 of file svn_types.h.


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