[svnbook] r3944 committed - * src/en/book/ch08-embedding-svn.xml...

svnbook at googlecode.com svnbook at googlecode.com
Tue Aug 2 15:02:42 CDT 2011


Revision: 3944
Author:   cmpilato at gmail.com
Date:     Tue Aug  2 13:02:09 2011
Log:      * src/en/book/ch08-embedding-svn.xml
   Read-thru edits.

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

Modified:
  /trunk/src/en/book/ch08-embedding-svn.xml

=======================================
--- /trunk/src/en/book/ch08-embedding-svn.xml	Tue Jul  5 09:25:22 2011
+++ /trunk/src/en/book/ch08-embedding-svn.xml	Tue Aug  2 13:02:09 2011
@@ -433,11 +433,11 @@
        <informalexample>
          <screen>
  $ svn --version
-svn, version 1.5.0 (r31699)
-   compiled Jun 18 2008, 09:57:36
-
-Copyright (C) 2000-2008 CollabNet.
-Subversion is open source software, see http://subversion.tigris.org/
+svn, version 1.6.0
+   compiled Mar 21 2009, 17:27:36
+
+Copyright (C) 2000-2009 CollabNet.
+Subversion is open source software, see http://subversion.apache.org/
  This product includes software developed by CollabNet  
(http://www.Collab.Net/).

  The following repository access (RA) modules are available:
@@ -446,6 +446,7 @@
    - handles 'http' scheme
    - handles 'https' scheme
  * ra_svn : Module for accessing a repository using the svn network  
protocol.
+  - with Cyrus SASL authentication
    - handles 'svn' scheme
  * ra_local : Module for accessing a repository on local disk.
    - handles 'file' scheme
@@ -979,10 +980,11 @@
          <para>That said, SVNKit has a well-established track record of
            reliability.  And a pure Java solution is much more robust
            in the face of programming errors—a bug in SVNKit
-          might raise a catchable Java Exception, but a bug in the  
Subversion core
-          libraries as accessed via javahl can bring down your entire
-          Java Runtime Environment.  So, weigh the costs when choosing
-          a Java-based Subversion implementation.</para>
+          might raise a catchable Java Exception, but a bug in the
+          Subversion core libraries as accessed via javahl can bring
+          down your entire Java Runtime Environment.  So, weigh the
+          costs when choosing a Java-based Subversion
+          implementation.</para>

        </sidebar>





More information about the svnbook-dev mailing list