Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svn_client_commit_info_t Struct Reference

Information about commits passed back to client from this module. More...

#include <svn_client.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...
 

Detailed Description

Information about commits passed back to client from this module.

Deprecated:
Provided for backward compatibility with the 1.2 API.

Definition at line 416 of file svn_client.h.

Field Documentation

const char* svn_client_commit_info_t::author

author of the commit.

Definition at line 425 of file svn_client.h.

const char* svn_client_commit_info_t::date

server-side date of the commit.

Definition at line 422 of file svn_client.h.

svn_revnum_t svn_client_commit_info_t::revision

just-committed revision.

Definition at line 419 of file svn_client.h.


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