GME  13
Public Attributes
svn_commit_info_t Struct Reference

#include <svn_types.h>

List of all members.

Public Attributes

svn_revnum_t revision
const char * date
const char * author
const char * post_commit_err
const char * repos_root

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 696 of file svn_types.h.


Member Data Documentation

author of the commit.

Definition at line 705 of file svn_types.h.

server-side date of the commit.

Definition at line 702 of file svn_types.h.

error message from post-commit hook, or NULL.

Definition at line 708 of file svn_types.h.

repository root, may be NULL if unknown.

Since:
New in 1.7.

Definition at line 712 of file svn_types.h.

just-committed revision.

Definition at line 699 of file svn_types.h.


The documentation for this struct was generated from the following file: