[svnbook] r5406 committed - trunk/en/book/ref-svn.xml

lyalyakin at users.sourceforge.net lyalyakin at users.sourceforge.net
Thu Aug 24 06:08:58 CDT 2017


Revision: 5406
          http://sourceforge.net/p/svnbook/source/5406
Author:   lyalyakin
Date:     2017-08-24 11:08:57 +0000 (Thu, 24 Aug 2017)
Log Message:
-----------
Issue #270 - New in SVN 1.8: svn client runs in non-interactive mode if
             standard input is not a terminal device.

* en/book/ref-svn.xml
  - Update `--non-interactive` option reference
    (svn.ref.svn.sw.non_interactive).
  - Add new `--force-interactive` option reference
    (svn.ref.svn.sw.force_interactive).

Modified Paths:
--------------
    trunk/en/book/ref-svn.xml

Modified: trunk/en/book/ref-svn.xml
===================================================================
--- trunk/en/book/ref-svn.xml	2017-08-24 10:28:59 UTC (rev 5405)
+++ trunk/en/book/ref-svn.xml	2017-08-24 11:08:57 UTC (rev 5406)
@@ -473,6 +473,20 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry id="svn.ref.svn.sw.force_interactive">
+        <term><option>--force-interactive</option></term>
+        <listitem>
+          <para>Forces <command>svn</command> command-line client to run in
+            interactive mode when run from scripts and standard input in not
+            a terminal device.</para>
+
+          <note>
+            <para>This option is accepted by
+              all <command>svn</command> subcommands.</para>
+          </note>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="svn.ref.svn.sw.git">
         <term><option>--git</option></term>
         <listitem>
@@ -691,6 +705,13 @@
             have Subversion fail than to prompt for more
             information.</para>
 
+          <para>Beginning with Subversion 1.8, <command>svn</command>
+            command-line client is non-interactive by default when run from
+            scripts which are launched in unattended mode.  If standard input
+            is not a terminal device, the command-line client runs in
+            noninteractive mode.  Pass <option>--force-interactive</option>
+            option to make the client run in interactive mode.</para>
+
           <note>
             <para>This option is accepted by
               all <command>svn</command> subcommands.</para>




More information about the svnbook-dev mailing list