[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] tiny book fix

From: Brian Denny <brian_at_briandenny.net>
Date: 2003-03-12 03:39:49 CET

I understand that chapter six is due for 'mass rewriting', but FWIW...

Log:
Fix a typo and an incorrect usage of 'svn merge'.

Index: doc/book/book/ch06.xml
===================================================================
--- doc/book/book/ch06.xml (revision 5283)
+++ doc/book/book/ch06.xml (working copy)
@@ -164,7 +164,7 @@
           <para>The per-user INI files</para>
         </listitem>
         <listitem>
- <para>The pre-user Registry values</para>
+ <para>The per-user Registry values</para>
         </listitem>
         <listitem>
           <para>The system-wide INI files</para>
@@ -1730,7 +1730,7 @@
 $ cd working-copies/calc
 $ svn merge http://svn.example.com/repos/vendor/libcomplex/1.0 \
             http://svn.example.com/repos/vendor/libcomplex/current \
- http://svn.example.com/repos/calc/libcomplex
+ libcomplex
 &hellip; # resolve all the conflicts between their changes and our changes
 $ svn commit -m 'merging libcomplex-1.1 into the main branch'
 &hellip;

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 12 03:44:57 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.