[svnbook] r4311 committed - * en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Thu Jan 10 12:03:15 CST 2013


Revision: 4311
Author:   ptburba
Date:     Thu Jan 10 10:02:56 2013
Log:      * en/book/ch09-reference.xml
   (svn.ref.properties.versioned-props): Add entries for new reserved
    props 'svn:auto-props' and 'svn:global-ignores'.

http://code.google.com/p/svnbook/source/detail?r=4311

Modified:
  /trunk/en/book/ch09-reference.xml

=======================================
--- /trunk/en/book/ch09-reference.xml	Fri Jun  1 11:36:53 2012
+++ /trunk/en/book/ch09-reference.xml	Thu Jan 10 10:02:56 2013
@@ -11410,6 +11410,19 @@

        <variablelist>

+        <varlistentry>
+          <term><literal>svn:auto-props</literal></term>
+          <listitem>
+
+            <para>If present on a directory, the value is a set of
+            automatic property definitions which apply to all files
+            under the directory,  See
+              <xref
+              linkend="svn.advanced.props.auto"/>.</para>
+
+          </listitem>
+        </varlistentry>
+
          <varlistentry>
            <term><literal>svn:executable</literal></term>
            <listitem>
@@ -11448,6 +11461,23 @@
                <xref
                linkend="svn.advanced.props.special.ignore"/>.</para>

+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term><literal>svn:global-ignores</literal></term>
+          <listitem>
+
+            <para>If present on a directory, the value is a list of
+              <emphasis>unversioned</emphasis> file patterns to be ignored
+              by <command>svn status</command> and other
+              subcommands.  Unlike <literal>svn:ignore</literal>
+              these patterns apply to <emphasis>all</emphasis>
+              unversioned subtrees under the directory, not just the
+              directory's immediate file children.  See
+              <xref
+              linkend="svn.advanced.props.special.ignore"/>.</para>
+
            </listitem>
          </varlistentry>





More information about the svnbook-dev mailing list