[svnbook commit] r3547 - * src/en/book/ch06-server-configuration.xml

codesite-noreply at google.com codesite-noreply at google.com
Thu Jun 18 15:20:22 CDT 2009


Author: cmpilato at gmail.com
Date: Thu Jun 18 12:19:20 2009
New Revision: 3547

Modified:
    trunk/src/en/book/ch06-server-configuration.xml

Log:
* src/en/book/ch06-server-configuration.xml
   Fix some file:// URLs to be file:/// URLs (note the missing third
   slash in the original).

Patch by: Dave Lawrence <dlawrence{_AT_}ad-holdings.co.uk>
           (Tweaked by me.)

Modified: trunk/src/en/book/ch06-server-configuration.xml
==============================================================================
--- trunk/src/en/book/ch06-server-configuration.xml	(original)
+++ trunk/src/en/book/ch06-server-configuration.xml	Thu Jun 18 12:19:20 2009
@@ -2705,11 +2705,11 @@
              disk:</para>

            <screen>
-$ svnsync init http://slave1.example.com/svn-proxy-sync  
file://var/svn/repos
+$ svnsync init http://slave1.example.com/svn-proxy-sync  
file:///var/svn/repos
  Copied properties for revision 0.
-$ svnsync init http://slave2.example.com/svn-proxy-sync  
file://var/svn/repos
+$ svnsync init http://slave2.example.com/svn-proxy-sync  
file:///var/svn/repos
  Copied properties for revision 0.
-$ svnsync init http://slave3.example.com/svn-proxy-sync  
file://var/svn/repos
+$ svnsync init http://slave3.example.com/svn-proxy-sync  
file:///var/svn/repos
  Copied properties for revision 0.

  # Perform the initial replication




More information about the svnbook-dev mailing list