/usr/share/doc/libsvn1/html/todo.html is in libsvn-doc 1.6.17dfsg-3ubuntu3.5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Subversion: Todo List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">Subversion
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
</div>
<div class="header">
<div class="headertitle">
<div class="title">Todo List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_todo000002"></a>Global <a class="el" href="group__Cat.html#ga6bd671377a03f0f3c0ead8867c3ec756">svn_client_cat2</a> (svn_stream_t *out, const char *path_or_url, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways.">svn_opt_revision_t</a> *peg_revision, const <a class="el" href="structsvn__opt__revision__t.html" title="A revision, specified in one of svn_opt_revision_kind ways.">svn_opt_revision_t</a> *revision, <a class="el" href="structsvn__client__ctx__t.html" title="A client context structure, which holds client specific callbacks, batons, serves as a cache for conf...">svn_client_ctx_t</a> *ctx, apr_pool_t *pool)</dt>
<dd>Add an expansion/translation flag? </dd>
<dt><a class="anchor" id="_todo000001"></a>Global <a class="el" href="svn__client_8h.html#a5f7e24ff1d65fd6fd64b0acf01e43ecb">svn_client_version</a> (void)</dt>
<dd>Multiple Targets<ul>
<li>Up for debate: an update on multiple targets is *not* atomic. </li>
</ul>
</dd>
<dt><a class="anchor" id="_todo000003"></a>Global <a class="el" href="group__fs__handling.html#gaed6116279287a80ec4f7de380a732f45">svn_fs_copied_from</a> (svn_revnum_t *rev_p, const char **path_p, svn_fs_root_t *root, const char *path, apr_pool_t *pool)</dt>
<dd>See how people like this, it can always be hidden behind the curtain if necessary. </dd>
<dt><a class="anchor" id="_todo000004"></a>Global <a class="el" href="group__fs__handling.html#gafe8eadb1c6950e3bfdca49bbb497d6fb">svn_fs_file_contents</a> (svn_stream_t **contents, svn_fs_root_t *root, const char *path, apr_pool_t *pool)</dt>
<dd>kff: I am worried about lifetime issues with this pool vs the trail created farther down the call stack. Trace this function to investigate... </dd>
<dt><a class="anchor" id="_todo000005"></a>Global <a class="el" href="svn__opt_8h.html#a73e9bfbaa1683068e7287cd8d2a26d73">svn_opt_print_generic_help2</a> (const char *header, const <a class="el" href="structsvn__opt__subcommand__desc2__t.html" title="One element of a subcommand dispatch table.">svn_opt_subcommand_desc2_t</a> *cmd_table, const apr_getopt_option_t *opt_table, const char *footer, apr_pool_t *pool, FILE *stream)</dt>
<dd>Why is <em>stream</em> a stdio file instead of an svn stream? </dd>
<dt><a class="anchor" id="_todo000006"></a>Global <a class="el" href="svn__opt_8h.html#a0564915268011cfde52e281c832aea1d">svn_opt_subcommand_help3</a> (const char *subcommand, const <a class="el" href="structsvn__opt__subcommand__desc2__t.html" title="One element of a subcommand dispatch table.">svn_opt_subcommand_desc2_t</a> *table, const apr_getopt_option_t *options_table, const int *global_options, apr_pool_t *pool)</dt>
<dd>Why does this only print to <code>stdout</code>, whereas <a class="el" href="svn__opt_8h.html#ad258bb2626cce6d0ca70ebd8f1997092" title="Same as svn_opt_print_generic_help2(), but acts on svn_opt_subcommand_desc_t.">svn_opt_print_generic_help()</a> gives us a choice? </dd>
<dt><a class="anchor" id="_todo000007"></a>Global <a class="el" href="svn__path_8h.html#a723fa9b91b516a3f4057877396f17c85">svn_path_is_child</a> (const char *path1, const char *path2, apr_pool_t *pool)</dt>
<dd>the ".." restriction is unfortunate, and would ideally be lifted by making the implementation smarter. But this is not trivial: if the path is "../foo", how do you know whether or not the current directory is named "foo" in its parent? </dd>
<dt><a class="anchor" id="_todo000009"></a>Global <a class="el" href="group__svn__wc.html#gaf5a440e1bbb7f13d80995d64c55b1044">svn_wc_add3</a> (const char *path, svn_wc_adm_access_t *parent_access, svn_depth_t depth, const char *copyfrom_url, svn_revnum_t copyfrom_rev, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *pool)</dt>
<dd>Remove old wcprops too, see the '###' below. </dd>
<dt><a class="anchor" id="_todo000008"></a>Global <a class="el" href="group__svn__wc__conflict.html#gab249de710489f171377fd85edc27d916">svn_wc_conflict_version_t</a> </dt>
<dd>Consider making some or all of the info mandatory, to reduce complexity.</dd>
</dl>
</div></div><!-- contents -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Defines</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Aug 20 2015 15:17:13 for Subversion by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>
</body>
</html>
|