You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/11/14 03:57:15 UTC

svn commit: r1409065 - /subversion/site/publish/docs/release-notes/1.8.html

Author: pburba
Date: Wed Nov 14 02:57:14 2012
New Revision: 1409065

URL: http://svn.apache.org/viewvc?rev=1409065&view=rev
Log:
* site/publish/docs/release-notes/1.8.html
  Tweak release notes for 'repos dictated config' to reflect
  changes made in r1409064.


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=1409065&r1=1409064&r2=1409065&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Wed Nov 14 02:57:14 2012
@@ -644,16 +644,15 @@ configuration with two exceptions:</p>
       on which the property is set. Thus a given path may be affected
       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
-      new inheritable configuration properties <b>cannot</b> be
-      disregarded by a standard 1.8 client. Of course, given the
-      existence of older clients which do not understand the new
-      properties and the ease with which a custom client can be created
-      that ignores the new properties, repository administrators should
-      still set up server-side enforcement of desired behaviors via hook
-      scripts.</li>
+  <li>The <tt>svn:auto-props</tt> property is not tied to the
+      <tt>enable-auto-props</tt> runtime configuration option. So even
+      if you have <tt>enable-auto-props=no</tt> set in your configuration
+      or via the <tt>--config-option</tt> option, <tt>svn:auto-props</tt>
+      are still applicable. Note however, that exactly like the runtime
+      configuration and <tt>svn:ignore</tt> property, both the
+      <tt>svn:auto-props</tt> and <tt>svn:global-ignores</tt> properties
+      can be disregarded with the <tt>--no-ignore</tt> and
+      <tt>--no-auto-props</tt> options respectively.</li>
 </ul>
 
 <p>When multiple <tt>svn:global-ignores</tt> properties apply to a