Hi,
It seems that www/tools_contrib.html does not contain descriptions for
psvn.el, vc-svn.el, and mod_dontdothat.c. So, I've created a patch to
add them. Please check it.
If for some reason these entries are skipped on purpose, I'm sorry.
Thanks,
- nori
[[[
Supply missing entries for psvn.el, vc-svn.el, and mod_dontdothat.c for
www/tools_contrib.html.
* www/tools_contrib.html
(Index by keyword): Add two categories, 'apache' for mod_dontdothat.c
and 'emacs' for psvn.el and vc-svn.el.
(psvn_el): A new entry for psvn.el.
(vc_svn_el): A new entry for vc-svn.el.
(mod_dontdothat_c): A new entry for mod_dontdothat.c.
]]]
Index: www/tools_contrib.html
===================================================================
--- www/tools_contrib.html (revision 19533)
+++ www/tools_contrib.html (working copy)
@@ -49,6 +49,9 @@
<h2>Index by keyword</h2>
<ul>
+ <li><strong>apache</strong><ul>
+ <li>mod_dontdothat.c</li>
+ </ul></li>
<li><strong>authz</strong><ul>
<li>authz_svn_group.py</li>
<li>svnauthz-validate.c</li>
@@ -94,6 +97,10 @@
<li>svn2cl.sh</li>
<li>svn_all_diffs.pl</li>
</ul></li>
+ <li><strong>emacs</strong><ul>
+ <li>psvn.el</li>
+ <li>vc-svn.el</li>
+ </ul></li>
<li><strong>fsfs</strong><ul>
<li>svn-fast-backup</li>
</ul></li>
@@ -324,6 +331,14 @@
</p>
+ <h3><a name="psvn_el"
+ href="http://svn.collab.net/repos/svn/trunk/contrib/client-side/psvn/psvn.el">psvn.el</a>
+ (contrib/client-side/psvn)</h3>
+ <p>A Subversion interface for Emacs, providing a similar interface as
+ pcl-cvs for CVS.
+ </p>
+
+
<h3><a name="search_svnlog_pl"
href="http://svn.collab.net/repos/svn/trunk/contrib/client-side/search-svnlog.pl">search-svnlog.pl</a>
(contrib/client-side)</h3>
@@ -491,6 +506,20 @@
<p>Merge tracking script, predecessor of svnmerge.py.</p>
+ <h3><a name="vc_svn_el"
+ href="http://svn.collab.net/repos/svn/trunk/contrib/client-side/vc-svn.el">vc-svn.el</a>
+ (contrib/client-side)</h3>
+ <p>A VC backend for Subversion.
+ </p>
+ <p>Note that this one included in the Subversion tree is not the master
+ version. The canonical vc-svn.el now lives in the FSF Emacs tree, at
+ http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/vc-svn.el.
+ The version here is maintained only because it is compatible with
+ older releases of Emacs, since the one in the FSF tree hasn't made it
+ into an official release of Emacs yet.
+ </p>
+
+
<h3><a name="wcgrep"
href="http://svn.collab.net/repos/svn/trunk/contrib/client-side/wcgrep">wcgrep</a>
(contrib/client-side)</h3>
@@ -932,6 +961,15 @@
</p>
+ <h3><a name="mod_dontdothat_c"
+ href="http://svn.collab.net/repos/svn/trunk/contrib/server-side/mod_dontdothat/mod_dontdothat.c">mod_dontdothat.c</a>
+ (contrib/server-side/mod_dontdothat)</h3>
+ <p>An Apache module that allows you to block expensive Subversion requests,
+ like checkouts of the root of a large repository.
+ </p>
+ <p>See also README.</p>
+
+
<h3><a name="svn_backup_dumps_py"
href="http://svn.collab.net/repos/svn/trunk/tools/server-side/svn-backup-dumps.py">svn-backup-dumps.py</a>
(tools/server-side)</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 6 09:18:31 2006