Author: pburba
Date: Mon Nov  5 15:24:59 2012
New Revision: 1405832

URL: http://svn.apache.org/viewvc?rev=1405832&view=rev
Log:
* site/publish/docs/release-notes/1.8.html
  Minor wording tweak to account for rename of inheritable
  properties, see http://svn.haxx.se/dev/archive-2012-11/0002.shtml

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=1405832&r1=1405831&r2=1405832&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Mon Nov  5 15:24:59 2012
@@ -606,22 +606,22 @@ group you can focus on these particular 
     title="Link to this section">&para;</a>
 </h3>
 
-<p>Two new Subversion reserved properties, <tt>svn:inheritable-auto-props</tt>
-and <tt>svn:inheritable-ignore</tt> make use of the new
+<p>Two new Subversion reserved properties, <tt>svn:auto-props</tt>
+and <tt>svn:global-ignores</tt> make use of the new
 <a href="#iprops">inherited properties</a> feature to provide additional
 configuration information that overrides/extends some of the settings
 found in the user's <a 
href="http://svnbook.red-bean.com/en/1.7/svn-book.html#svn.advanced.confarea.opts.config";
->runtime configuration</a>. The <tt>svn:inheritable-auto-props</tt>
+>runtime configuration</a>. The <tt>svn:global-auto-props</tt>
 property overrides/extends the <tt>auto-props</tt> configuration setting.
-The <tt>svn:inheritable-ignores</tt> property extends the
+The <tt>svn:global-ignores</tt> property extends the
 <tt>global-ignores</tt> configuration setting as well as the
 <tt>svn:ignore</tt> property.</p>
 
 <p>The <a 
href="http://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Auto-Props_Format";
->format</a> of <tt>svn:inheritable-auto-props</tt> property values
+>format</a> of <tt>svn:auto-props</tt> property values
 are the same as for the <tt>auto-props</tt> runtime configuration.
 The <a 
href="http://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Ignores_Format";
->format</a> of <tt>svn:inheritable-ignores</tt> property values are the
+>format</a> of <tt>svn:global-ignores</tt> property values are the
 same as for the <tt>global-ignores</tt> runtime configuration.</p>
 
 <p>Both properties work just like their analogs in the runtime
@@ -630,8 +630,8 @@ configuration with two exceptions:</p>
 <ul>
   <li>The new properties only effect the subtrees rooted at the path
       on which the property is set. Thus a given path may be affected
-      by multiple <tt>svn:inheritable-*</tt> properties set on different
-      parents of that path.</li>
+      by multiple <tt>svn:auto-props</tt> or <tt>svn:global-ignores</tt>
+      properties set on different parents of that path.</li>
   <li>Unlike the <tt>auto-props</tt> and <TT>global-ignores</tt> runtime
       configurations, and <tt>svn:ignores</tt>, all of which can be
       disabled in the runtime config or via command line options, these
@@ -644,14 +644,14 @@ configuration with two exceptions:</p>
       scripts.</li>
 </ul>
 
-<p>When multiple <tt>svn:inheritable-ignores</tt> properties apply to a
+<p>When multiple <tt>svn:global-ignores</tt> properties apply to a
 path, then the different values are appended to any runtime
 <tt>global-ignores</tt> in effect and the value of any <tt>svn:ignore</tt>
 property that applies to the path.</p>
 
-<p>Patterns defined in <tt>svn:inheritable-auto-props</tt> property
+<p>Patterns defined in <tt>svn:auto-props</tt> property
 override any identical patterns in the <tt>auto-props</tt> runtime
-config. When multiple <tt>svn:inheritable-auto-props</tt> properties
+config. When multiple <tt>svn:auto-props</tt> properties
 apply to a file, the pattern from the nearest inheritable property takes
 precedence. See <a 
href="http://wiki.apache.org/subversion/Inheritable-Ignores-AutoProps#Auto-Props_Hierarchy_and_Precedence";
 >this section of design wiki</a> for a full explanation.</p>


Reply via email to