Author: stsp
Date: Sat Apr 13 13:33:12 2013
New Revision: 1467626
URL: http://svn.apache.org/r1467626
Log:
* publish/docs/release-notes/1.8.html
(server-side-keywords): Remove. Already documented at #davkeywordexpansion.
Modified:
subversion/site/publish/docs/release-notes/1.8.html
Modified: subversion/site/publish/docs/release-notes/1.8.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1467626&r1=1467625&r2=1467626&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Sat Apr 13 13:33:12 2013
@@ -1697,32 +1697,11 @@ author <tt>james</tt> in September 2012:
</div> <!-- cmdline -->
-<div class="h3" id="keywords">
+<div class="h3" id="custom-keywords">
<h3>Keyword-expansion improvements
- <a class="sectionlink" href="#keywords"
- title="Link to this section">¶</a>
-</h3>
-
-<div class="h4" id="server-side-keywords">
-<h4>Server-side keyword expansion
- <a class="sectionlink" href="#server-side-keywords"
- title="Link to this section">¶</a>
-</h4>
-
-<p><tt>mod_dav_svn</tt> can now expand keywords in files obtained from
-the server with a GET request. To enable keyword expansion, append
-"?kw=1" to the file's URL, like this:
-<a href="http://svn.apache.org/repos/asf/subversion/trunk/README?kw=1"
->http://svn.apache.org/repos/asf/subversion/trunk/README?kw=1</a>
-</p>
-
-</div> <!-- server-side-keywords -->
-
-<div class="h4" id="custom-keywords">
-<h4>Custom keyword definitions
<a class="sectionlink" href="#custom-keywords"
title="Link to this section">¶</a>
-</h4>
+</h3>
<p>Subversion now supports the definition of custom keywords, which can be
defined using a special syntax within the <tt>svn:keywords</tt> property.</p>
@@ -1785,8 +1764,6 @@ truncated, and keywords with names that
</div> <!-- custom-keywords -->
-</div> <!-- keywords -->
-
<div class="h3" id="apis">
<h3>API changes, improvements and language bindings
(<em>client and server</em>)