199 lines
22 KiB
HTML
199 lines
22 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_wc_diff_callbacks2_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 Page</span></a></li>
|
|
<li><a href="pages.html"><span>Related Pages</span></a></li>
|
|
<li><a href="modules.html"><span>Modules</span></a></li>
|
|
<li class="current"><a href="annotated.html"><span>Data 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> <u>S</u>earch for </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 Structures</span></a></li>
|
|
<li><a href="functions.html"><span>Data Fields</span></a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="contents">
|
|
<h1>svn_wc_diff_callbacks2_t Struct Reference<br>
|
|
<small>
|
|
[<a class="el" href="group__svn__wc.html">Working copy management</a>]</small>
|
|
</h1><!-- doxytag: class="svn_wc_diff_callbacks2_t" -->A callback vtable invoked by our diff-editors, as they receive diffs from the server.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="svn__wc_8h-source.html">svn_wc.h</a>></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="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks2__t.html#1c8b4442f8e93bda308213b9c71835bc">file_changed</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *contentstate, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *propstate, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A file <em>path</em> has changed. <a href="#1c8b4442f8e93bda308213b9c71835bc"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks2__t.html#31b11e019708e821210bf449e851eda9">file_added</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *contentstate, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *propstate, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A file <em>path</em> was added. <a href="#31b11e019708e821210bf449e851eda9"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks2__t.html#40b29f18bed940a3b2acb54207e49751">file_deleted</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, apr_hash_t *originalprops, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A file <em>path</em> was deleted. <a href="#40b29f18bed940a3b2acb54207e49751"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks2__t.html#c481b124880bcded4d9392f74148d795">dir_added</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A directory <em>path</em> was added. <a href="#c481b124880bcded4d9392f74148d795"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks2__t.html#3a6f696935bd07e19d9351b47ef36b9c">dir_deleted</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A directory <em>path</em> was deleted. <a href="#3a6f696935bd07e19d9351b47ef36b9c"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="structsvn__error__t.html">svn_error_t</a> *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structsvn__wc__diff__callbacks2__t.html#dc2125e8d31b0ca6a964df8b99fd656f">dir_props_changed</a> )(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const apr_array_header_t *propchanges, apr_hash_t *original_props, void *diff_baton)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">A list of property changes (<em>propchanges</em>) was applied to the directory <em>path</em>. <a href="#dc2125e8d31b0ca6a964df8b99fd656f"></a><br></td></tr>
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
A callback vtable invoked by our diff-editors, as they receive diffs from the server.
|
|
<p>
|
|
'svn diff' and 'svn merge' both implement their own versions of this table.<p>
|
|
<dl class="since" compact><dt><b>Since:</b></dt><dd>New in 1.2. </dd></dl>
|
|
|
|
<p>Definition at line <a class="el" href="svn__wc_8h-source.html#l01257">1257</a> of file <a class="el" href="svn__wc_8h-source.html">svn_wc.h</a>.</p>
|
|
<hr><h2>Field Documentation</h2>
|
|
<a class="anchor" name="1c8b4442f8e93bda308213b9c71835bc"></a><!-- doxytag: member="svn_wc_diff_callbacks2_t::file_changed" ref="1c8b4442f8e93bda308213b9c71835bc" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks2__t.html#1c8b4442f8e93bda308213b9c71835bc">svn_wc_diff_callbacks2_t::file_changed</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *contentstate, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *propstate, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
A file <em>path</em> has changed.
|
|
<p>
|
|
If <em>tmpfile2</em> is non-NULL, the contents have changed and those changes can be seen by comparing <em>tmpfile1</em> and <em>tmpfile2</em>, which represent <em>rev1</em> and <em>rev2</em> of the file, respectively.<p>
|
|
If known, the <code>svn:mime-type</code> value of each file is passed into <em>mimetype1</em> and <em>mimetype2</em>; either or both of the values can be NULL. The implementor can use this information to decide if (or how) to generate differences.<p>
|
|
<em>propchanges</em> is an array of (<code><a class="el" href="structsvn__prop__t.html" title="A general in-memory representation of a single property.">svn_prop_t</a></code>) structures. If it has any elements, the original list of properties is provided in <em>originalprops</em>, which is a hash of <code><a class="el" href="structsvn__string__t.html" title="A simple counted string.">svn_string_t</a></code> values, keyed on the property name.<p>
|
|
<em>adm_access</em> will be an access baton for the directory containing <em>path</em>, or <code>NULL</code> if the diff editor is not using access batons.<p>
|
|
If <em>contentstate</em> is non-NULL, set <em>*contentstate</em> to the state of the file contents after the operation has been performed. The same applies for <em>propstate</em> regarding the property changes. (In practice, this is only useful with merge, not diff; diff callbacks will probably set <em>*contentstate</em> and <em>*propstate</em> to <code>svn_wc_notify_state_unknown</code>, since they do not change the state and therefore do not bother to know the state after the operation.)
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="31b11e019708e821210bf449e851eda9"></a><!-- doxytag: member="svn_wc_diff_callbacks2_t::file_added" ref="31b11e019708e821210bf449e851eda9" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *contentstate, svn_wc_notify_state_t *propstate, const char *path, const char *tmpfile1, const char *tmpfile2, svn_revnum_t rev1, svn_revnum_t rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks2__t.html#31b11e019708e821210bf449e851eda9">svn_wc_diff_callbacks2_t::file_added</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *contentstate, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *propstate, const char *path, const char *tmpfile1, const char *tmpfile2, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev1, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev2, const char *mimetype1, const char *mimetype2, const apr_array_header_t *propchanges, apr_hash_t *originalprops, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
A file <em>path</em> was added.
|
|
<p>
|
|
The contents can be seen by comparing <em>tmpfile1</em> and <em>tmpfile2</em>, which represent <em>rev1</em> and <em>rev2</em> of the file, respectively. (If either file is empty, the rev will be 0.)<p>
|
|
If known, the <code>svn:mime-type</code> value of each file is passed into <em>mimetype1</em> and <em>mimetype2</em>; either or both of the values can be NULL. The implementor can use this information to decide if (or how) to generate differences.<p>
|
|
<em>propchanges</em> is an array of (<code><a class="el" href="structsvn__prop__t.html" title="A general in-memory representation of a single property.">svn_prop_t</a></code>) structures. If it contains any elements, the original list of properties is provided in <em>originalprops</em>, which is a hash of <code><a class="el" href="structsvn__string__t.html" title="A simple counted string.">svn_string_t</a></code> values, keyed on the property name.<p>
|
|
<em>adm_access</em> will be an access baton for the directory containing <em>path</em>, or <code>NULL</code> if the diff editor is not using access batons.<p>
|
|
If <em>contentstate</em> is non-NULL, set <em>*contentstate</em> to the state of the file contents after the operation has been performed. The same applies for <em>propstate</em> regarding the property changes. (In practice, this is only useful with merge, not diff; diff callbacks will probably set <em>*contentstate</em> and *propstate to <code>svn_wc_notify_state_unknown</code>, since they do not change the state and therefore do not bother to know the state after the operation.)
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="40b29f18bed940a3b2acb54207e49751"></a><!-- doxytag: member="svn_wc_diff_callbacks2_t::file_deleted" ref="40b29f18bed940a3b2acb54207e49751" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, apr_hash_t *originalprops, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks2__t.html#40b29f18bed940a3b2acb54207e49751">svn_wc_diff_callbacks2_t::file_deleted</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const char *tmpfile1, const char *tmpfile2, const char *mimetype1, const char *mimetype2, apr_hash_t *originalprops, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
A file <em>path</em> was deleted.
|
|
<p>
|
|
The [loss of] contents can be seen by comparing <em>tmpfile1</em> and <em>tmpfile2</em>. <em>originalprops</em> provides the properties of the file.<p>
|
|
If known, the <code>svn:mime-type</code> value of each file is passed into <em>mimetype1</em> and <em>mimetype2</em>; either or both of the values can be NULL. The implementor can use this information to decide if (or how) to generate differences.<p>
|
|
<em>adm_access</em> will be an access baton for the directory containing <em>path</em>, or <code>NULL</code> if the diff editor is not using access batons.<p>
|
|
If <em>state</em> is non-NULL, set <em>*state</em> to the state of the item after the delete operation has been performed. (In practice, this is only useful with merge, not diff; diff callbacks will probably set <em>*state</em> to <code>svn_wc_notify_state_unknown</code>, since they do not change the state and therefore do not bother to know the state after the operation.)
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="c481b124880bcded4d9392f74148d795"></a><!-- doxytag: member="svn_wc_diff_callbacks2_t::dir_added" ref="c481b124880bcded4d9392f74148d795" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, svn_revnum_t rev, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks2__t.html#c481b124880bcded4d9392f74148d795">svn_wc_diff_callbacks2_t::dir_added</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, <a class="el" href="svn__types_8h.html#f16427ed53d30f27da225c56552d2a89">svn_revnum_t</a> rev, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
A directory <em>path</em> was added.
|
|
<p>
|
|
<em>rev</em> is the revision that the directory came from.<p>
|
|
<em>adm_access</em> will be an access baton for the directory containing <em>path</em>, or <code>NULL</code> if the diff editor is not using access batons.
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="3a6f696935bd07e19d9351b47ef36b9c"></a><!-- doxytag: member="svn_wc_diff_callbacks2_t::dir_deleted" ref="3a6f696935bd07e19d9351b47ef36b9c" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks2__t.html#3a6f696935bd07e19d9351b47ef36b9c">svn_wc_diff_callbacks2_t::dir_deleted</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
A directory <em>path</em> was deleted.
|
|
<p>
|
|
<em>adm_access</em> will be an access baton for the directory containing <em>path</em>, or <code>NULL</code> if the diff editor is not using access batons.<p>
|
|
If <em>state</em> is non-NULL, set <em>*state</em> to the state of the item after the delete operation has been performed. (In practice, this is only useful with merge, not diff; diff callbacks will probably set <em>*state</em> to <code>svn_wc_notify_state_unknown</code>, since they do not change the state and therefore do not bother to know the state after the operation.)
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="dc2125e8d31b0ca6a964df8b99fd656f"></a><!-- doxytag: member="svn_wc_diff_callbacks2_t::dir_props_changed" ref="dc2125e8d31b0ca6a964df8b99fd656f" args=")(svn_wc_adm_access_t *adm_access, svn_wc_notify_state_t *state, const char *path, const apr_array_header_t *propchanges, apr_hash_t *original_props, void *diff_baton)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="structsvn__error__t.html">svn_error_t</a>*(* <a class="el" href="structsvn__wc__diff__callbacks2__t.html#dc2125e8d31b0ca6a964df8b99fd656f">svn_wc_diff_callbacks2_t::dir_props_changed</a>)(<a class="el" href="group__svn__wc.html#g2c3046ab8806025e6670a763aa223577">svn_wc_adm_access_t</a> *adm_access, <a class="el" href="group__svn__wc__notifications.html#g86188fa68605f8c57b7849857b1e6543">svn_wc_notify_state_t</a> *state, const char *path, const apr_array_header_t *propchanges, apr_hash_t *original_props, void *diff_baton) </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
A list of property changes (<em>propchanges</em>) was applied to the directory <em>path</em>.
|
|
<p>
|
|
The array is a list of (<code><a class="el" href="structsvn__prop__t.html" title="A general in-memory representation of a single property.">svn_prop_t</a></code>) structures.<p>
|
|
The original list of properties is provided in <em>original_props</em>, which is a hash of <code><a class="el" href="structsvn__string__t.html" title="A simple counted string.">svn_string_t</a></code> values, keyed on the property name.<p>
|
|
<em>adm_access</em> will be an access baton for the directory containing <em>path</em>, or <code>NULL</code> if the diff editor is not using access batons.<p>
|
|
If <em>state</em> is non-NULL, set <em>*state</em> to the state of the properties after the operation has been performed. (In practice, this is only useful with merge, not diff; diff callbacks will probably set <em>*state</em> to <code>svn_wc_notify_state_unknown</code>, since they do not change the state and therefore do not bother to know the state after the operation.)
|
|
</div>
|
|
</div><p>
|
|
<hr>The documentation for this struct was generated from the following file:<ul>
|
|
<li><a class="el" href="svn__wc_8h-source.html">svn_wc.h</a></ul>
|
|
</div>
|
|
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Oct 24 16:18:31 2008 for Subversion by
|
|
<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>
|