[svnbook] r5136 committed - branches/1.8/fr/book/ch04-branching-and-merging .xml

chris-nanteuil at users.sourceforge.net chris-nanteuil at users.sourceforge.net
Thu Apr 14 19:32:21 CDT 2016


Revision: 5136
          http://sourceforge.net/p/svnbook/source/5136
Author:   chris-nanteuil
Date:     2016-04-15 00:32:21 +0000 (Fri, 15 Apr 2016)
Log Message:
-----------
[fr] typo fixed : double hyphen forbidden in comments

Modified Paths:
--------------
    branches/1.8/fr/book/ch04-branching-and-merging.xml

Modified: branches/1.8/fr/book/ch04-branching-and-merging.xml
===================================================================
--- branches/1.8/fr/book/ch04-branching-and-merging.xml	2016-04-15 00:22:48 UTC (rev 5135)
+++ branches/1.8/fr/book/ch04-branching-and-merging.xml	2016-04-15 00:32:21 UTC (rev 5136)
@@ -3335,8 +3335,8 @@
         working copy, and then commit the local modification to the
         repository.  All you need to do is to specify a
         <emphasis>reverse</emphasis> difference.  (You can do this by
-        specifying <option>--revision 392:391</option>, or by an
-        equivalent <option>--change -392</option>.)</para>
+        specifying <option>- -revision 392:391</option>, or by an
+        equivalent <option>- -change -392</option>.)</para>
 -->
       <para>Un usage très répandu de <command>svn merge</command>
         est le retour en arrière sur une modification qui a déjà
@@ -8739,7 +8739,7 @@
 libcomplex-1.0.0/tests/TODO
 $ svn import libcomplex-1.0.0 \<!--
              http://svn.example.com/projects/vendor/libcomplex-1.0.0 \
-             --no-ignore --no-auto-props \
+             - -no-ignore - -no-auto-props \
              -m "Import libcomplex 1.0.0 sources."
 Adding         libcomplex-custom
 Adding         libcomplex-custom/README




More information about the svnbook-dev mailing list