DragonNest/Common/SVNLib/doc/structsvn__commit__info__t.html
2024-12-19 09:48:26 +08:00

148 lines
7.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Subversion: svn_commit_info_t Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<form action="search.php" method="get">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
<td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
</tr>
</table>
</form>
</li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
<li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>svn_commit_info_t Struct Reference</h1><!-- doxytag: class="svn_commit_info_t" -->All information about a commit.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="svn__types_8h-source.html">svn_types.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__commit__info__t.html#12399f9ced21090fc72b0bdbf0a8d068">revision</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">just-committed revision. <a href="#12399f9ced21090fc72b0bdbf0a8d068"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__commit__info__t.html#87cd4a9e1946d9ce85dce1c49de1c72f">date</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">server-side date of the commit. <a href="#87cd4a9e1946d9ce85dce1c49de1c72f"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__commit__info__t.html#8f71dbec058cf0bd64864441bf3df1df">author</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">author of the commit. <a href="#8f71dbec058cf0bd64864441bf3df1df"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__commit__info__t.html#5f58a56389b93443191156509da02ff2">post_commit_err</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">error message from post-commit hook, or NULL. <a href="#5f58a56389b93443191156509da02ff2"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
All information about a commit.
<p>
<dl class="note" compact><dt><b>Note:</b></dt><dd>Objects of this type should always be created using the <a class="el" href="svn__types_8h.html#8556c3371297c830e5f7f6e7fbf4f529" title="Allocate an object of type svn_commit_info_t in pool and return it.">svn_create_commit_info()</a> function.</dd></dl>
<dl class="since" compact><dt><b>Since:</b></dt><dd>New in 1.3. </dd></dl>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00488">488</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="12399f9ced21090fc72b0bdbf0a8d068"></a><!-- doxytag: member="svn_commit_info_t::revision" ref="12399f9ced21090fc72b0bdbf0a8d068" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> <a class="el" href="structsvn__commit__info__t.html#12399f9ced21090fc72b0bdbf0a8d068">svn_commit_info_t::revision</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
just-committed revision.
<p>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00491">491</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="87cd4a9e1946d9ce85dce1c49de1c72f"></a><!-- doxytag: member="svn_commit_info_t::date" ref="87cd4a9e1946d9ce85dce1c49de1c72f" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__commit__info__t.html#87cd4a9e1946d9ce85dce1c49de1c72f">svn_commit_info_t::date</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
server-side date of the commit.
<p>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00494">494</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="8f71dbec058cf0bd64864441bf3df1df"></a><!-- doxytag: member="svn_commit_info_t::author" ref="8f71dbec058cf0bd64864441bf3df1df" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__commit__info__t.html#8f71dbec058cf0bd64864441bf3df1df">svn_commit_info_t::author</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
author of the commit.
<p>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00497">497</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="5f58a56389b93443191156509da02ff2"></a><!-- doxytag: member="svn_commit_info_t::post_commit_err" ref="5f58a56389b93443191156509da02ff2" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__commit__info__t.html#5f58a56389b93443191156509da02ff2">svn_commit_info_t::post_commit_err</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
error message from post-commit hook, or NULL.
<p>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00500">500</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="svn__types_8h-source.html">svn_types.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:30 2008 for Subversion by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>