[svnbook] r4391 committed - Merge from ^/trunk/en r4390 (DAV proxy instructions disclaimer).

svnbook at googlecode.com svnbook at googlecode.com
Fri Feb 1 14:54:19 CST 2013


Revision: 4391
Author:   cmpilato at gmail.com
Date:     Fri Feb  1 12:53:56 2013
Log:      Merge from ^/trunk/en r4390 (DAV proxy instructions disclaimer).
http://code.google.com/p/svnbook/source/detail?r=4391

Modified:
  /branches/1.7/en
  /branches/1.7/en/book/ch06-server-configuration.xml

=======================================
--- /branches/1.7/en/book/ch06-server-configuration.xml	Tue Jan 29 10:25:41  
2013
+++ /branches/1.7/en/book/ch06-server-configuration.xml	Fri Feb  1 12:53:56  
2013
@@ -2962,6 +2962,21 @@
            2.2.0 (with <command>mod_proxy</command> loaded) and
            Subversion 1.5 (<command>mod_dav_svn</command>).</para>

+        <note>
+          <para>Ours is just one example of how you might setup a
+            Subversion write-through proxy configuration.  There are
+            other approaches.  For example, rather than having the
+            master server push changes out to every slave server, the
+            slaves could periodically pull those changes from the
+            master.  Or perhaps the master could push changes to a
+            single slave, which then pushes the same change to the
+            next slave, and so on down the line.  Administrators are
+            encouraged to use this section for basic understanding
+            of what happens in a Subversion WebDAV proxy deployment
+            scenario, and then implement the specific approach that
+            works best for their organization.</para>
+        </note>
+
          <sect4 id="svn.serverconfig.httpd.extra.writethruproxy.configure">
            <title>Configure the servers</title>





More information about the svnbook-dev mailing list