[svnbook commit] r2863 - trunk/src/en/book

cmpilato noreply at red-bean.com
Fri Aug 17 14:40:18 CDT 2007


Author: cmpilato
Date: Fri Aug 17 14:40:17 2007
New Revision: 2863

Log:
Re-order the svnsync subcommands alphabetically.

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

Modified: trunk/src/en/book/ch09-reference.xml
==============================================================================
--- trunk/src/en/book/ch09-reference.xml	(original)
+++ trunk/src/en/book/ch09-reference.xml	Fri Aug 17 14:40:17 2007
@@ -6430,6 +6430,73 @@
 
       <para>Here are the various subcommands:</para>
 
+      <refentry id="svn.ref.svnsync.c.copy-revprops">
+
+        <indexterm>
+          <primary>svnsync</primary>
+          <secondary>subcommands</secondary>
+          <tertiary>copy-revprops</tertiary>
+        </indexterm>
+
+        <refnamediv>
+          <refname>svnsync copy-revprops</refname>
+          <refpurpose>Copy all revision properties for a given
+            revision from the source repository to the mirror
+            repository.</refpurpose>
+        </refnamediv>
+        <refsect1>
+          <title>Synopsis</title>
+          <programlisting>svnsync copy-revprops DEST_URL REV</programlisting>
+        </refsect1>
+        <refsect1>
+          <title>Description</title>
+
+          <para>Because Subversion revision properties can be changed
+            at any time, it's possible that the properties for some
+            revision might be changed after that revision has already
+            been synchronized to another repository.  Because the
+            <command>svnsync synchronize</command> command operates
+            only on the range of revisions that have not yet been
+            synchronized, it won't notice a revision property change
+            outside that range.  Left as is, this causes a deviation
+            in the values of that revision's properties between the
+            source and mirror repositories.  <command>svnsync
+            copy-revprops</command> is the answer to this problem.
+            Use it to re-synchronize the revision properties for a
+            particular revision.</para>
+        </refsect1>
+
+        <refsect1>
+          <title>Alternate Names</title>
+          <para>None</para>
+        </refsect1>
+
+        <refsect1>
+          <title>Options</title>
+
+          <screen>
+--non-interactive
+--no-auth-cache
+--username NAME
+--password PASS
+--config-dir DIR
+</screen>
+        </refsect1>
+
+        <refsect1>
+          <title>Examples</title>
+
+          <para>Re-synchronize revision properties for a single revision:</para>
+
+          <screen>
+$ svnsync copy-revprops file:///opt/svn/repos-mirror 6
+Copied properties for revision 6.
+$
+</screen>
+
+        </refsect1>
+      </refentry>
+
       <refentry id="svn.ref.svnsync.c.init">
 
         <indexterm>
@@ -6579,74 +6646,6 @@
         </refsect1>
 
       </refentry>
-
-      <refentry id="svn.ref.svnsync.c.copy-revprops">
-
-        <indexterm>
-          <primary>svnsync</primary>
-          <secondary>subcommands</secondary>
-          <tertiary>copy-revprops</tertiary>
-        </indexterm>
-
-        <refnamediv>
-          <refname>svnsync copy-revprops</refname>
-          <refpurpose>Copy all revision properties for a given
-            revision from the source repository to the mirror
-            repository.</refpurpose>
-        </refnamediv>
-        <refsect1>
-          <title>Synopsis</title>
-          <programlisting>svnsync copy-revprops DEST_URL REV</programlisting>
-        </refsect1>
-        <refsect1>
-          <title>Description</title>
-
-          <para>Because Subversion revision properties can be changed
-            at any time, it's possible that the properties for some
-            revision might be changed after that revision has already
-            been synchronized to another repository.  Because the
-            <command>svnsync synchronize</command> command operates
-            only on the range of revisions that have not yet been
-            synchronized, it won't notice a revision property change
-            outside that range.  Left as is, this causes a deviation
-            in the values of that revision's properties between the
-            source and mirror repositories.  <command>svnsync
-            copy-revprops</command> is the answer to this problem.
-            Use it to re-synchronize the revision properties for a
-            particular revision.</para>
-        </refsect1>
-
-        <refsect1>
-          <title>Alternate Names</title>
-          <para>None</para>
-        </refsect1>
-
-        <refsect1>
-          <title>Options</title>
-
-          <screen>
---non-interactive
---no-auth-cache
---username NAME
---password PASS
---config-dir DIR
-</screen>
-        </refsect1>
-
-        <refsect1>
-          <title>Examples</title>
-
-          <para>Re-synchronize revision properties for a single revision:</para>
-
-          <screen>
-$ svnsync copy-revprops file:///opt/svn/repos-mirror 6
-Copied properties for revision 6.
-$
-</screen>
-
-        </refsect1>
-
-      </refentry>
     </sect2>
 
   </sect1>




More information about the svnbook-dev mailing list