[svnbook] r4741 committed - * en/book/ch04-branching-and-merging.xml...

svnbook at googlecode.com svnbook at googlecode.com
Fri Mar 28 09:23:04 CDT 2014


Revision: 4741
Author:   cmpilato at gmail.com
Date:     Fri Mar 28 14:22:50 2014 UTC
Log:      * en/book/ch04-branching-and-merging.xml
   Fix the working copy name used in a vendor branch example.

Patch by: scelsi.g at gmail.com

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

Modified:
  /trunk/en/book/ch04-branching-and-merging.xml

=======================================
--- /trunk/en/book/ch04-branching-and-merging.xml	Mon Mar 11 21:51:40 2013  
UTC
+++ /trunk/en/book/ch04-branching-and-merging.xml	Fri Mar 28 14:22:50 2014  
UTC
@@ -4596,10 +4596,10 @@
        <informalexample>
          <screen>
  $ svn commit -m "Upgrade vendor branch to libcomplex 1.0.1." \
-             libcomplex-custom
-Sending        libcomplex-custom/README
-Sending        libcomplex-custom/src/code.h
-Sending        libcomplex-custom/src/code.c
+             libcomplex-1.0.1
+Sending        libcomplex-1.0.1/README
+Sending        libcomplex-1.0.1/src/code.h
+Sending        libcomplex-1.0.1/src/code.c
  Transmitting file data ...
  Committed revision 1283.
  $



More information about the svnbook-dev mailing list