[svnbook] r4433 committed - * en/book/ref-svnmucc.xml...

svnbook at googlecode.com svnbook at googlecode.com
Wed Feb 13 11:37:28 CST 2013


Revision: 4433
Author:   cmpilato at gmail.com
Date:     Wed Feb 13 09:37:09 2013
Log:      * en/book/ref-svnmucc.xml
   Lead off this reference talking about what svnmucc is rather than
   what svn isn't.

Suggested by: danielsh
http://code.google.com/p/svnbook/source/detail?r=4433

Modified:
  /trunk/en/book/ref-svnmucc.xml

=======================================
--- /trunk/en/book/ref-svnmucc.xml	Tue Feb 12 11:42:25 2013
+++ /trunk/en/book/ref-svnmucc.xml	Wed Feb 13 09:37:09 2013
@@ -5,18 +5,21 @@

    <partintro>

-    <para>The Subversion command-line client can perform several types
-      of remote commit operations—changes to versioned data made
-      directly against the repository and without the use of a working
-      copy.  But one thing it does <emphasis>not</emphasis> offer is the
-      ability to perform several such operations of differing types in a
-      single commit.  Users in need of such flexibility should use the
-      Subversion Multiple URL Command Client,
-      or <command>svnmucc</command>.</para>
+    <para>The Subversion Multiple URL Command Client
+      (<command>svnmucc</command>) is a tool that can make arbitrary
+      changes to the repository without the use of a working copy.  As
+      regards remote commit capabilities, the functionality provided
+      by this tool is similar to, but far exceeds, that which is
+      offered by the Subversion command-line client itself.  For
+      example, <command>svnmucc</command> is not limited to performing
+      only a single type of change in a given commit.  It is also able
+      to perform working-copy-less file content and versioned property
+      modifications, which is functionality not currently offered
+      by <command>svn</command>.</para>

-    <para>This reference describes the <command>svnmucc</command>
-      tool, and the various remote modification actions you can
-      perform using it.</para>
+    <para>This reference describes the <command>svnmucc</command> tool,
+      and the various remote modification actions you can perform
+      using it.</para>

    </partintro>





More information about the svnbook-dev mailing list