Subversion 1.6.16
|
Information about commits passed back to client from this module. More...
#include <svn_client.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. |
Information about commits passed back to client from this module.
Definition at line 380 of file svn_client.h.
const char* svn_client_commit_info_t::author |
author of the commit.
Definition at line 389 of file svn_client.h.
const char* svn_client_commit_info_t::date |
server-side date of the commit.
Definition at line 386 of file svn_client.h.
just-committed revision.
Definition at line 383 of file svn_client.h.