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

cmpilato svnbook-dev at red-bean.com
Sun May 15 11:36:40 CDT 2005


Author: cmpilato
Date: Sun May 15 11:36:39 2005
New Revision: 1285

Modified:
   trunk/src/en/book/ch07.xml
Log:
Maybe, just maybe, make a commit not covered in idiocy.  For an algorithm
*I conceived*, I sure seem to be having trouble describing it.  Fortunately,
there's Ben, whose brain is (for now, at least) still functional.

* src/en/book/ch07.xml
  Don't call an "at sign" an ampersand, but do show the literal glyph.
  And leave a placeholder for the peg revision algorithm.


Modified: trunk/src/en/book/ch07.xml
==============================================================================
--- trunk/src/en/book/ch07.xml	(original)
+++ trunk/src/en/book/ch07.xml	Sun May 15 11:36:39 2005
@@ -1832,9 +1832,9 @@
       revision is all that is needed to refer to a specific line of
       history.  Peg revisions are specified to the Subversion
       command-line client using <firstterm>at syntax</firstterm>, so
-      called because the syntax involves appending an ampersand (or
-      <quote>at sign</quote>) at the peg revision to the end of the
-      path with which the revision is associated.</para>
+      called because the syntax involves appending an <quote>at
+      sign</quote> (<literal>@</literal>) and the peg revision to the
+      end of the path with which the revision is associated.</para>
 
     <para>But what of the <option>--revision (-r)</option> of which
       we've spoken so much in this book?  That revision (or set of
@@ -1859,6 +1859,8 @@
       sorts, and we know <emphasis>exactly</emphasis> where to
       go.</para>
 
+    <!-- Drop algorithm here -->
+
     <para>Say long ago we created our repository, and in revision 1
       added our first <filename>concept</filename> directory, plus an
       <filename>IDEA</filename> file in that directory talking about



More information about the svnbook-dev mailing list