[svnbook commit] r2057 - in trunk/src/nb: . book

sunny256 svnbook-dev at red-bean.com
Wed Mar 8 18:10:43 CST 2006


Author: sunny256
Date: Wed Mar  8 18:10:37 2006
New Revision: 2057

Modified:
   trunk/src/nb/LAST_UPDATED
   trunk/src/nb/book/ch07.xml
   trunk/src/nb/book/ch08.xml

Log:
Sync the Norwegian and English book, r2042:2056.

* src/nb/LAST_UPDATED
  Updated by make sync.

* src/nb/book/ch07.xml
* src/nb/book/ch08.xml
  Updated r2045, r2051, r2052.


Modified: trunk/src/nb/LAST_UPDATED
==============================================================================
--- trunk/src/nb/LAST_UPDATED	(original)
+++ trunk/src/nb/LAST_UPDATED	Wed Mar  8 18:10:37 2006
@@ -1 +1 @@
-2042
+2056

Modified: trunk/src/nb/book/ch07.xml
==============================================================================
--- trunk/src/nb/book/ch07.xml	(original)
+++ trunk/src/nb/book/ch07.xml	Wed Mar  8 18:10:37 2006
@@ -1794,7 +1794,7 @@
       <!-- @ENGLISH {{{
       <screen>
 $ svn propdel license calc/button.c
-property 'license' deleted from ''.
+property 'license' deleted from 'calc/button.c'.
 $ svn proplist -ﳢ-verbose calc/button.c
 Properties on 'calc/button.c':
   copyright : (c) 2003 Red-Bean Software

Modified: trunk/src/nb/book/ch08.xml
==============================================================================
--- trunk/src/nb/book/ch08.xml	(original)
+++ trunk/src/nb/book/ch08.xml	Wed Mar  8 18:10:37 2006
@@ -140,13 +140,13 @@
       this.</para>
 
     <para>The client itself also highlights modularity in the
-      Subversion design.  While Subversion currently comes with only a
-      command-line client program, there are already a few other
-      programs being developed by third parties to act as GUIs for
-      Subversion.  Again, these GUIs use the same APIs that the stock
-      command-line client does.  Subversion's libsvn_client library is
-      the one-stop shop for most of the functionality necessary for
-      designing a working Subversion client (see <xref
+      Subversion design.  While Subversion itself comes with only a
+      command-line client program, there are several third party
+      programs which provide various forms of client GUI.  These GUIs
+      use the same APIs that the stock command-line client does.
+      Subversion's libsvn_client library is the one-stop shop for most
+      of the functionality necessary for designing a working
+      Subversion client (see <xref
       linkend="svn.developer.layerlib.client"/>).</para>
 
     <!-- =============================================================== -->
@@ -575,12 +575,12 @@
           this in the WebDAV section of this chapter, but in short,
           WebDAV and DeltaV are extensions to the standard HTTP 1.1
           protocol that enable sharing and versioning of files over
-          the web.  Apache 2.0 comes with mod_dav, an Apache module
-          that understands the DAV extensions to HTTP.  Subversion
-          itself supplies mod_dav_svn, though, which is another Apache
-          module that works in conjunction with (really, as a back-end
-          to) mod_dav to provide Subversion's specific implementations
-          of WebDAV and DeltaV.</para>
+          the web.  Apache 2.0 and later versions come with mod_dav,
+          an Apache module that understands the DAV extensions to
+          HTTP.  Subversion itself supplies mod_dav_svn, though, which
+          is another Apache module that works in conjunction with
+          (really, as a back-end to) mod_dav to provide Subversion's
+          specific implementations of WebDAV and DeltaV.</para>
 
         <para>When communicating with a repository over HTTP, the RA
           loader library chooses libsvn_ra_dav as the proper access




More information about the svnbook-dev mailing list