SvnCpp
|
#include <client.hpp>
Public Member Functions | |
CommitInfo () | |
CommitInfo (const svn_commit_info_t *info) |
Data Fields | |
svn_revnum_t | revision |
std::string | date |
std::string | author |
std::string | postCommitErr |
|
inline |
References revision.
|
inline |
References author, date, postCommitErr, and revision.
std::string svn::CommitInfo::author |
author of the commit.
Referenced by CommitInfo().
std::string svn::CommitInfo::date |
server-side date of the commit.
Referenced by CommitInfo().
std::string svn::CommitInfo::postCommitErr |
error message from post-commit hook
Referenced by CommitInfo().
svn_revnum_t svn::CommitInfo::revision |
Referenced by CommitInfo(), and CommitInfo().