[svnbook] r5092 committed - trunk/en/book/ch02-basic-usage.xml

cmpilato at users.sourceforge.net cmpilato at users.sourceforge.net
Wed Feb 3 12:42:19 CST 2016


Revision: 5092
          http://sourceforge.net/p/svnbook/source/5092
Author:   cmpilato
Date:     2016-02-03 18:42:18 +0000 (Wed, 03 Feb 2016)
Log Message:
-----------
Fix issue #233 ("Inconsistent example code for treeconflict").

* en/book/ch02-basic-usage.xml
  (svn.tour.treeconflicts.example): Fix the "left side" label of a
    couple of 'svn diff' output examples to read "revision 14" instead
    of "working copy".

Revision Links:
--------------
    http://sourceforge.net/p/svnbook/source/14

Modified Paths:
--------------
    trunk/en/book/ch02-basic-usage.xml

Modified: trunk/en/book/ch02-basic-usage.xml
===================================================================
--- trunk/en/book/ch02-basic-usage.xml	2016-02-03 18:36:53 UTC (rev 5091)
+++ trunk/en/book/ch02-basic-usage.xml	2016-02-03 18:42:18 UTC (rev 5092)
@@ -3189,7 +3189,7 @@
 $ cat PATCHFILE
 Index: code/bar.c
 ===================================================================
---- code/bar.c	(working copy)
+--- code/bar.c	(revision 14)
 +++ code/bar.c	(working copy)
 @@ -1,4 +1,4 @@
  const char *bar(void)
@@ -3201,7 +3201,7 @@
 $ cat PATCHFILE
 Index: code/baz.c
 ===================================================================
---- code/baz.c	(working copy)
+--- code/baz.c	(revision 14)
 +++ code/baz.c	(working copy)
 @@ -1,4 +1,4 @@
  const char *bar(void)





More information about the svnbook-dev mailing list