Subversion
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. 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...
 

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

Field Documentation

const char* svn_commit_info_t::author

author of the commit.

Definition at line 785 of file svn_types.h.

const char* svn_commit_info_t::date

server-side date of the commit.

Definition at line 782 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 788 of file svn_types.h.

const char* svn_commit_info_t::repos_root

repository root, may be NULL if unknown.

Since
New in 1.7.

Definition at line 792 of file svn_types.h.

svn_revnum_t svn_commit_info_t::revision

just-committed revision.

Definition at line 779 of file svn_types.h.


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