[svnbook] r3750 committed - * src/en/book/ch09-reference.xml...

svnbook at googlecode.com svnbook at googlecode.com
Thu Jun 24 08:26:24 CDT 2010


Revision: 3750
Author: cmpilato at gmail.com
Date: Thu Jun 24 06:25:56 2010
Log: * src/en/book/ch09-reference.xml
   Move the mention of partial repository mirroring to the 'svnsync  
initialize'
   section.  (Issue #85)

Suggested by: christophe.nanteuil at gmail.com

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

Modified:
  /trunk/src/en/book/ch09-reference.xml

=======================================
--- /trunk/src/en/book/ch09-reference.xml	Mon Mar 29 06:53:17 2010
+++ /trunk/src/en/book/ch09-reference.xml	Thu Jun 24 06:25:56 2010
@@ -8038,10 +8038,19 @@
              repository—that it has no previous existing version
              history and that it allows revision property
              modifications—and records the initial administrative
-            information that associates the mirror repository with
-            the source repository.  This is the first
-            <command>svnsync</command> operation you run on a would-be
-            mirror repository.</para>
+            information that associates the mirror repository with the
+            source repository (specified
+            by <replaceable>SOURCE_URL</replaceable>).  This is the
+            first <command>svnsync</command> operation you run on a
+            would-be mirror repository.</para>
+
+          <para>Ordinarily, <replaceable>SOURCE_URL</replaceable> is
+            the URL of the root directory of the Subversion repository
+            you wish to mirror.  Subversion 1.5 and newer allow you to
+            use <command>svnsync</command> for partial repository
+            mirroring, though — simply specify the URL of the
+            source repository subdirectory you wish to mirror
+            as <replaceable>SOURCE_URL</replaceable>.</para>
          </refsect1>

          <refsect1>
@@ -8121,11 +8130,6 @@
            <para><command>svnsync synchronize</command> can be
              gracefully canceled and restarted.</para>

-          <para>As of Subversion 1.5, you can limit  
<command>svnsync</command> to a
-            subdirectory of the source repository by specifying the
-            subdirectory as part of
-            the <replaceable>SOURCE_URL</replaceable>.</para>
-
          </refsect1>

          <refsect1>




More information about the svnbook-dev mailing list