[svnbook commit] r1444 - in trunk/src/en: . book

cmpilato svnbook-dev at red-bean.com
Wed Jun 15 00:00:10 CDT 2005


Author: cmpilato
Date: Wed Jun 15 00:00:08 2005
New Revision: 1444

Modified:
   trunk/src/en/TODO
   trunk/src/en/book/ch07.xml
   trunk/src/en/book/ch09.xml
Log:
Document the --ignore-externals option for svn's checkout,
export, update, and status subcommands.

* src/en/TODO
  Finish a TODO.

* src/en/book/ch07.xml
  (Externals Definitions): Mention that you can use the option
    to disable externals definition handling.

* src/en/book/ch09.xml
  Describe the --ignore-externals option, and note its availability
  for the svn subcommands.  Also, note the availability of the
  --use-pre-hook-script and --use-post-hook-script options to
  svnadmin load (which I missed in my last commit).



Modified: trunk/src/en/TODO
==============================================================================
--- trunk/src/en/TODO	(original)
+++ trunk/src/en/TODO	Wed Jun 15 00:00:08 2005
@@ -26,10 +26,6 @@
       - Expanded kw with filling:   "$keyword:: value   $"
       - Truncated keyword:          "$keyword:: longval#$"
 
-  * ch07: document the --ignore-externals option (added 'update',
-    'checkout', 'export', and 'status').  Don't forget the reference
-    section.  [MIKE]
-
   * ch09: bunches of new command switches, see the CHANGES entry for
     1.2.  [FITZ]
 

Modified: trunk/src/en/book/ch07.xml
==============================================================================
--- trunk/src/en/book/ch07.xml	(original)
+++ trunk/src/en/book/ch07.xml	Wed Jun 15 00:00:08 2005
@@ -2315,6 +2315,12 @@
       <command>svn switch --relocate</command>), externals definitions
       will <emphasis>not</emphasis> also be re-parented.</para>
 
+    <para>Finally, there might be times when you would prefer that
+      <command>svn</command> subcommands would not recognize or
+      otherwise operate on the external working copies created as the
+      result of externals definition handling.  In those instances,
+      you can pass the <option>--ignore-externals</option> option to
+      the subcommand.</para>
   </sect1>
 
   <!-- ******************************************************************* -->

Modified: trunk/src/en/book/ch09.xml
==============================================================================
--- trunk/src/en/book/ch09.xml	(original)
+++ trunk/src/en/book/ch09.xml	Wed Jun 15 00:00:08 2005
@@ -203,6 +203,14 @@
         </varlistentry>
       
         <varlistentry>
+          <term><option>--ignore-externals</option></term>
+          <listitem>
+            <para>Tells Subversion to ignore external definitions and
+              the external working copies managed by them.</para>
+          </listitem>
+        </varlistentry>
+      
+        <varlistentry>
           <term><option>--incremental</option></term>
           <listitem>
             <para>Prints output in a format suitable for
@@ -1637,6 +1645,7 @@
 --non-interactive
 --config-dir DIR
 --native-eol EOL
+--ignore-externals
 </screen>
         </refsect1>
 
@@ -1781,6 +1790,7 @@
 --config-dir DIR
 --auto-props
 --no-auto-props
+--ignore-externals
 </screen>
         </refsect1>
 
@@ -3453,6 +3463,7 @@
 --no-auth-cache
 --non-interactive
 --config-dir
+--ignore-externals
 </screen>
         </refsect1>
 
@@ -3763,6 +3774,7 @@
 --no-auth-cache
 --non-interactive
 --config-dir DIR
+--ignore-externals
 </screen>
         </refsect1>
 
@@ -4269,6 +4281,8 @@
 --quiet (-q)
 --ignore-uuid
 --force-uuid
+--use-pre-commit-hook
+--use-post-commit-hook
 --parent-dir
 </screen>
         </refsect1>



More information about the svnbook-dev mailing list