[svnbook commit] r1206 - trunk/src/en/book

maxb svnbook-dev at red-bean.com
Wed Apr 6 08:22:03 CDT 2005


Author: maxb
Date: Wed Apr  6 08:22:02 2005
New Revision: 1206

Modified:
   trunk/src/en/book/ch07.xml
Log:
Partially revert r1203, which in part talked about the keyword canonicalization
feature which has been reverted from Subversion.

* en/book/ch07.xml (svn-ch-7-sect-2.3.4): Rewrite wording to preserve good bits of
    r1203 whilst removing parts that spoke specifically about canonicalization.
    Undo some over-enthusiastic standardization from r1203 - say "abbreviated" not
    "also specified" in the HeadURL/URL case.


Modified: trunk/src/en/book/ch07.xml
==============================================================================
--- trunk/src/en/book/ch07.xml	(original)
+++ trunk/src/en/book/ch07.xml	Wed Apr  6 08:22:02 2005
@@ -1345,12 +1345,10 @@
 
         <para>All keywords are case-sensitive where they appear as
           anchors in files: you must use the correct capitalization in
-          order for the keyword to be expanded.  When setting the
-          value of the <literal>svn:keywords</literal> property,
-          however, the Subversion client will automatically normalize
-          each keyword name to one of the canonical values listed
-          below, removing duplicate aliases and correcting
-          capitalization.</para>
+          order for the keyword to be expanded.  You should consider the
+          value of the <literal>svn:keywords</literal> property to be
+          case-sensitive too—certain keyword names will be recognized
+          regardless of case, but this behaviour is deprecated.</para>
 
         <para>Subversion defines the list of keywords available for
           substitution.  That list contains the following five keywords, 
@@ -1396,7 +1394,7 @@
                 version of the file in the repository, and looks
                 something like <literal>$HeadURL:
                 http://svn.collab.net/repos/trunk/README $</literal>.
-                It may also be specified as
+                It may be abbreviated as
                 <literal>URL</literal>.</para>
             </listitem>
           </varlistentry>
@@ -1499,11 +1497,7 @@
         <para>Note also that we set the <literal>svn:keywords</literal>
           property to "Date Author" yet the keyword anchor used the
           alias <literal>$LastChangedDate$</literal> and still
-          expanded correctly.  In addition, had we set the
-          <literal>svn:keywords</literal> property to "LastChangedDate
-          Author" it would have actually been stored in the canonical
-          form "Date Author" which you could check using the
-          <command>svn proplist</command> command.</para>
+          expanded correctly.</para>
 
         <screen>
 Here is the latest report from the front lines.



More information about the svnbook-dev mailing list