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

149 lines
9.3 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_log_entry_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_log_entry_t Struct Reference</h1><!-- doxytag: class="svn_log_entry_t" -->A structure to represent all the information about a particular log entry.
<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">apr_hash_t *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__log__entry__t.html#94cb7ef606f460a847e6b21ce18b631c">changed_paths</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">A hash containing as keys every path committed in <em>revision</em>; the values are (<code><a class="el" href="structsvn__log__changed__path__t.html" title="A structure to represent a path that changed for a log entry.">svn_log_changed_path_t</a></code> *) stuctures. <a href="#94cb7ef606f460a847e6b21ce18b631c"></a><br></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__log__entry__t.html#f431a871520fc09332192212490c3400">revision</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The revision of the commit. <a href="#f431a871520fc09332192212490c3400"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">apr_hash_t *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__log__entry__t.html#389a4f1426e8bcdac75f3ca58fab127b">revprops</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The hash of requested revision properties, which may be NULL if it would contain no revprops. <a href="#389a4f1426e8bcdac75f3ca58fab127b"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="svn__types_8h.html#22b35baddc4213c688d1bb12feea1024">svn_boolean_t</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__log__entry__t.html#8c0a7858b5e6c77591fa14dcff113946">has_children</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Whether or not this message has children. <a href="#8c0a7858b5e6c77591fa14dcff113946"></a><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
A structure to represent all the information about a particular log entry.
<p>
<dl class="note" compact><dt><b>Note:</b></dt><dd>To allow for extending the <code><a class="el" href="structsvn__log__entry__t.html" title="A structure to represent all the information about a particular log entry.">svn_log_entry_t</a></code> structure in future releases, always use <a class="el" href="svn__types_8h.html#d2f14a940d82a6aa93702e3f006855fe" title="Returns an svn_log_entry_t, allocated in pool with all fields initialized to NULL...">svn_log_entry_create()</a> to allocate the structure. </dd></dl>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00563">563</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="94cb7ef606f460a847e6b21ce18b631c"></a><!-- doxytag: member="svn_log_entry_t::changed_paths" ref="94cb7ef606f460a847e6b21ce18b631c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">apr_hash_t* <a class="el" href="structsvn__log__entry__t.html#94cb7ef606f460a847e6b21ce18b631c">svn_log_entry_t::changed_paths</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
A hash containing as keys every path committed in <em>revision</em>; the values are (<code><a class="el" href="structsvn__log__changed__path__t.html" title="A structure to represent a path that changed for a log entry.">svn_log_changed_path_t</a></code> *) stuctures.
<p>
### The only reason <em>changed_paths</em> is not qualified with `const' is that we usually want to loop over it, and apr_hash_first() doesn't take a const hash, for various reasons. I'm not sure that those "various reasons" are actually even relevant anymore, and if they're not, it might be nice to change apr_hash_first() so read-only uses of hashes can be protected via the type system.
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00575">575</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="f431a871520fc09332192212490c3400"></a><!-- doxytag: member="svn_log_entry_t::revision" ref="f431a871520fc09332192212490c3400" 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__log__entry__t.html#f431a871520fc09332192212490c3400">svn_log_entry_t::revision</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The revision of the commit.
<p>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00578">578</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="389a4f1426e8bcdac75f3ca58fab127b"></a><!-- doxytag: member="svn_log_entry_t::revprops" ref="389a4f1426e8bcdac75f3ca58fab127b" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">apr_hash_t* <a class="el" href="structsvn__log__entry__t.html#389a4f1426e8bcdac75f3ca58fab127b">svn_log_entry_t::revprops</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
The hash of requested revision properties, which may be NULL if it would contain no revprops.
<p>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00582">582</a> of file <a class="el" href="svn__types_8h-source.html">svn_types.h</a>.</p>
</div>
</div><p>
<a class="anchor" name="8c0a7858b5e6c77591fa14dcff113946"></a><!-- doxytag: member="svn_log_entry_t::has_children" ref="8c0a7858b5e6c77591fa14dcff113946" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="svn__types_8h.html#22b35baddc4213c688d1bb12feea1024">svn_boolean_t</a> <a class="el" href="structsvn__log__entry__t.html#8c0a7858b5e6c77591fa14dcff113946">svn_log_entry_t::has_children</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Whether or not this message has children.
<p>
When a log operation requests additional merge information, extra log entries may be returned as a result of this entry. The new entries, are considered children of the original entry, and will follow it. When the HAS_CHILDREN flag is set, the receiver should increment its stack depth, and wait until an entry is provided with SVN_INVALID_REVNUM which indicates the end of the children.<p>
For log operations which do not request additional merge information, the HAS_CHILDREN flag is always FALSE.<p>
For more information see: <a href="http://subversion.tigris.org/merge-tracking/design.html#commutative-reporting">http://subversion.tigris.org/merge-tracking/design.html#commutative-reporting</a>
<p>Definition at line <a class="el" href="svn__types_8h-source.html#l00600">600</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>