[svnbook] r4705 committed - Added progress output to 'svn update' subcommand.

svnbook at googlecode.com svnbook at googlecode.com
Fri Mar 7 01:21:19 CST 2014


Revision: 4705
Author:   jmfelderhoff at gmx.eu
Date:     Fri Mar  7 07:21:00 2014 UTC
Log:      Added progress output to 'svn update' subcommand.
http://code.google.com/p/svnbook/source/detail?r=4705

Modified:
  /branches/1.7/de/book/ch01-fundamental-concepts.xml
  /branches/1.7/de/book/ch02-basic-usage.xml

=======================================
--- /branches/1.7/de/book/ch01-fundamental-concepts.xml	Mon Mar  3 15:14:43  
2014 UTC
+++ /branches/1.7/de/book/ch01-fundamental-concepts.xml	Fri Mar  7 07:21:00  
2014 UTC
@@ -1833,9 +1833,7 @@
  $ ls -A
  Makefile button.c integer.c .svn/
  $ svn update
-<!--
  Updating '.':
--->
  U    button.c
  <!--
  Updated to revision 57.
=======================================
--- /branches/1.7/de/book/ch02-basic-usage.xml	Thu Mar  6 21:30:41 2014 UTC
+++ /branches/1.7/de/book/ch02-basic-usage.xml	Fri Mar  7 07:21:00 2014 UTC
@@ -1072,6 +1072,7 @@
        <informalexample>
          <screen>
  $ svn update
+Updating '.':
  U    foo.c
  U    bar.c
  <!--
@@ -2324,6 +2325,7 @@
        <informalexample>
          <screen>
  $ svn update
+Updating '.':
  U    INSTALL
  G    README
  <!--
@@ -3126,6 +3128,7 @@
          <informalexample>
            <screen>
  $ svn update
+Updating '.':
  Conflict discovered in 'sandwich.txt'.
  <!--
  Select: (p) postpone, (df) diff-full, (e) edit,
@@ -3508,6 +3511,7 @@
          <informalexample>
           <screen>
  $ svn update
+Updating '.':
  Conflict discovered in 'sandwich.txt'.
  Select: (p) postpone, (df) diff-full, (e) edit,
          (mc) mine-conflict, (tc) theirs-conflict,
@@ -4836,6 +4840,7 @@
          <screen>
  # Make the current directory look like it did in r1729.
  $ svn update -r 1729
+Updating '.':
  …
  $
  </screen>
@@ -5439,6 +5444,7 @@
        <informalexample>
          <screen>
  $ svn update
+Updating '.':
     C code/bar.c
  A    code/baz.c
  U    Makefile



More information about the svnbook-dev mailing list