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

128 lines
6.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_client_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_client_commit_info_t Struct Reference<br>
<small>
[<a class="el" href="group__clnt__commit.html">Client commit subsystem</a>]</small>
</h1><!-- doxytag: class="svn_client_commit_info_t" -->Information about commits passed back to client from this module.
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="svn__client_8h-source.html">svn_client.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__client__commit__info__t.html#109b398b5a0a436268964226470adfb5">revision</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">just-committed revision. <a href="#109b398b5a0a436268964226470adfb5"></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__client__commit__info__t.html#5b4993784cb4dc6ee77640eceb2e3bf6">date</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">server-side date of the commit. <a href="#5b4993784cb4dc6ee77640eceb2e3bf6"></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__client__commit__info__t.html#7646dd52f20884b541491549424c7e70">author</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">author of the commit. <a href="#7646dd52f20884b541491549424c7e70"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Information about commits passed back to client from this module.
<p>
<dl compact><dt><b><a class="el" href="deprecated.html#_deprecated000015">Deprecated:</a></b></dt><dd>Provided for backward compatibility with the 1.2 API. </dd></dl>
<p>Definition at line <a class="el" href="svn__client_8h-source.html#l00351">351</a> of file <a class="el" href="svn__client_8h-source.html">svn_client.h</a>.</p>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="109b398b5a0a436268964226470adfb5"></a><!-- doxytag: member="svn_client_commit_info_t::revision" ref="109b398b5a0a436268964226470adfb5" 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__client__commit__info__t.html#109b398b5a0a436268964226470adfb5">svn_client_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__client_8h-source.html#l00354">354</a> of file <a class="el" href="svn__client_8h-source.html">svn_client.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="5b4993784cb4dc6ee77640eceb2e3bf6"></a><!-- doxytag: member="svn_client_commit_info_t::date" ref="5b4993784cb4dc6ee77640eceb2e3bf6" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__client__commit__info__t.html#5b4993784cb4dc6ee77640eceb2e3bf6">svn_client_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__client_8h-source.html#l00357">357</a> of file <a class="el" href="svn__client_8h-source.html">svn_client.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="7646dd52f20884b541491549424c7e70"></a><!-- doxytag: member="svn_client_commit_info_t::author" ref="7646dd52f20884b541491549424c7e70" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structsvn__client__commit__info__t.html#7646dd52f20884b541491549424c7e70">svn_client_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__client_8h-source.html#l00360">360</a> of file <a class="el" href="svn__client_8h-source.html">svn_client.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__client_8h-source.html">svn_client.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>