[svnbook] r4080 committed - Merge from ^/trunk/en r4078 and r4079, which mostly fixed up some 'svn...

svnbook at googlecode.com svnbook at googlecode.com
Thu Sep 8 14:02:14 CDT 2011


Revision: 4080
Author:   cmpilato at gmail.com
Date:     Thu Sep  8 12:01:24 2011
Log:      Merge from ^/trunk/en r4078 and r4079, which mostly fixed up  
some 'svn
info' output.  (Resolving issue #151 for this branch.)
http://code.google.com/p/svnbook/source/detail?r=4080

Modified:
  /branches/1.6/en
  /branches/1.6/en/book/ch03-advanced-topics.xml

=======================================
--- /branches/1.6/en/book/ch03-advanced-topics.xml	Tue Sep  6 09:14:01 2011
+++ /branches/1.6/en/book/ch03-advanced-topics.xml	Thu Sep  8 12:01:24 2011
@@ -438,7 +438,7 @@
        sorts, and we know <emphasis>exactly</emphasis> where to
        go.</para>

-    <sidebar>
+    <sidebar id="svn.advanced.pegrevs.algorithm">
        <title>The Peg Revision Algorithm</title>

        <para>The Subversion command-line client performs the peg revision
@@ -724,7 +724,7 @@

      <para>Subversion has no particular policy regarding the use of
        properties.  It asks only that you do not use property names that
-      begin with the prefix <literal>svn:</literal>.  That's the
+      begin with the prefix <literal>svn:</literal> as that's the
        namespace that it sets aside for its own use.  And Subversion
        does, in fact, use properties—both the versioned and
        unversioned variety.  Certain versioned properties have special
@@ -2991,6 +2991,7 @@
  Path: banana.jpg
  Name: banana.jpg
  URL: http://svn.example.com/repos/project/banana.jpg
+Repository Root: http://svn.example.com/repos/project
  Repository UUID: edb2f264-5ef2-0310-a47a-87b0ce17a8ec
  Revision: 2198
  Node Kind: file
@@ -3156,10 +3157,11 @@

        <informalexample>
          <screen>
-$ svn info http://svn.example.com/repos/project/raisin.jpg
+$ svn info ^/raisin.jpg
  Path: raisin.jpg
  Name: raisin.jpg
  URL: http://svn.example.com/repos/project/raisin.jpg
+Repository Root: http://svn.example.com/repos/project
  Repository UUID: edb2f264-5ef2-0310-a47a-87b0ce17a8ec
  Revision: 105
  Node Kind: file
@@ -3815,6 +3817,7 @@
  Path: www/green.html
  Name: green.html
  URL: http://svn.example.com/projects/my-project/trunk/bikeshed/blue.html
+Repository Root: http://svn.example.com/projects/my-project
  Repository UUID: b2a368dc-7564-11de-bb2b-113435390e17
  Revision: 40
  Node kind: file




More information about the svnbook-dev mailing list