Small error

Robert Tasarz robert.tasarz at greentech.pl
Mon Apr 25 15:39:56 CDT 2005


Hi,

There's small error in the last example of chapter 4 section 4.
Second line of svn merge has unnecessary \ as it's not continued.
It's only in v1.1 version. Patch for ch04.xml included. 

Regards,
  Robert Tasarz

-------------- next part --------------
--- ch04.xml	2005-04-25 22:02:07.000000000 +0200
+++ ch04.xml.new	2005-04-25 22:02:37.000000000 +0200
@@ -1600,7 +1600,7 @@
 At revision 1910.
 
 $ svn merge http://svn.example.com/repos/calc/trunk@1910 \
-            http://svn.example.com/repos/calc/branches/mybranch@1910 \
+            http://svn.example.com/repos/calc/branches/mybranch@1910
 U  real.c
 U  integer.c
 A  newdirectory


More information about the svnbook-dev mailing list