[svnbook] r4045 committed - Finish issue #143 ("1.7 change: Multi-target update now includes an...

svnbook at googlecode.com svnbook at googlecode.com
Tue Aug 30 08:42:54 CDT 2011


Revision: 4045
Author:   cmpilato at gmail.com
Date:     Tue Aug 30 06:42:07 2011
Log:      Finish issue #143 ("1.7 change: Multi-target update now includes  
an
update summary.")

* en/book/ch09-reference.xml
   (svn.ref.svn.c.update): Add an example of a multi-target update, and
     some verbiage around it.

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

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

=======================================
--- /trunk/en/book/ch09-reference.xml	Mon Aug 29 11:13:05 2011
+++ /trunk/en/book/ch09-reference.xml	Tue Aug 30 06:42:07 2011
@@ -5588,6 +5588,37 @@
                copy.</para>
            </tip>

+          <para>You can update multiple targets with a single
+            invocation, and Subversion will not only gracefully skip
+            any unversioned targets you provide it, but as of
+            Subversion 1.7 will also include a post-update summary of
+            all the updates it performed:</para>
+
+          <informalexample>
+            <screen>
+$ cd my-projects
+$ svn update *
+Updating 'calc':
+U    button.c
+U    integer.c
+Updated to revision 394.
+Skipped 'tempfile.tmp'
+Updating 'paint':
+A    palettes.c
+U    brushes.c
+Updated to revision 60.
+Updating 'ziptastic':
+At revision 43.
+Summary of updates:
+  Updated 'calc' to r394.
+  Updated 'paint' to r60.
+  Updated 'ziptastic' to r43.
+Summary of conflicts:
+  Skipped paths: 1
+$
+</screen>
+          </informalexample>
+
          </refsect1>
        </refentry>





More information about the svnbook-dev mailing list