[svnbook] r3794 committed - * src/en/book/ch03-advanced-topics.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Oct 13 06:08:08 CDT 2010


Revision: 3794
Author: stsp at elego.de
Date: Wed Oct 13 04:07:06 2010
Log: * src/en/book/ch03-advanced-topics.xml
   (svn.advanced.props.special.keywords): Document the $Header$ keyword.
    While here, use example.com in an example URL, instead of using a real  
URL.
    Fixes issue #95.

Patch by: Andreas Stieger <andreas.stieger at gmx.de>

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

Modified:
  /trunk/src/en/book/ch03-advanced-topics.xml

=======================================
--- /trunk/src/en/book/ch03-advanced-topics.xml	Fri Oct  8 13:04:41 2010
+++ /trunk/src/en/book/ch03-advanced-topics.xml	Wed Oct 13 04:07:06 2010
@@ -1635,7 +1635,7 @@
            <para>This keyword describes the full URL to the latest
              version of the file in the repository, and looks
              something like <literal>$HeadURL:
-            http://svn.collab.net/repos/trunk/README $</literal>.
+            http://svn.example.com/repos/trunk/calc.c $</literal>.
              It may be abbreviated as
              <literal>URL</literal>.</para>
          </listitem>
@@ -1653,6 +1653,18 @@
              keyword is in UTC, unlike that of the
              <literal>Date</literal> keyword (which uses the local time
              zone).</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><literal>Header</literal></term>
+        <listitem>
+          <para>This keyword is similar to the <literal>Id</literal>
+	    keyword but contains the full URL of the latest revision
+	    of the item, identical to <literal>HeadURL</literal>.
+	    Its substitution looks something like <literal>$Header:
+	    http://svn.example.com/repos/trunk/calc.c
+            148 2006-07-28 21:30:43Z sally $</literal>.
+          </para>
          </listitem>
        </varlistentry>
      </variablelist>




More information about the svnbook-dev mailing list