[svnbook commit] r1717 - trunk/src/ru/book

dmitriy svnbook-dev at red-bean.com
Sat Oct 1 02:05:31 CDT 2005


Author: dmitriy
Date: Sat Oct  1 02:05:30 2005
New Revision: 1717

Modified:
   trunk/src/ru/book/ch09.xml
Log:
* ru/book/ch09.xml
  Fix " Comment must not contain '--' (double-hyphen)" error



Modified: trunk/src/ru/book/ch09.xml
==============================================================================
--- trunk/src/ru/book/ch09.xml	(original)
+++ trunk/src/ru/book/ch09.xml	Sat Oct  1 02:05:30 2005
@@ -1033,13 +1033,13 @@
           <title>Switches</title>
 
           <screen>
---targets FILENAME
---non-recursive (-N)
---quiet (-q)
---config-dir DIR
---auto-props
---no-auto-props
---force
+-ﳢ-targets FILENAME
+-ﳢ-non-recursive (-N)
+-ﳢ-quiet (-q)
+-ﳢ-config-dir DIR
+-ﳢ-auto-props
+-ﳢ-no-auto-props
+-ﳢ-force
 </screen>
         </refsect1>
 
@@ -1069,7 +1069,7 @@
             contents:</para>
 
           <screen>
-$ svn add --non-recursive otherdir
+$ svn add -ﳢ-non-recursive otherdir
 A         otherdir
 </screen>
 
@@ -1078,11 +1078,11 @@
             version control.  Sometimes, however, you may want to add
             every unversioned object in your working copy, including
             those hiding deeper down.  Passing the
-            <option>--force</option> option makes <command>svn
+            <option>-ﳢ-force</option> option makes <command>svn
             add</command> recurse into versioned directories:</para>
 
           <screen>
-$ svn add * --force
+$ svn add * -ﳢ-force
 A         foo.c
 A         somedir/bar.c
 A         otherdir/docs/baz.doc



More information about the svnbook-dev mailing list