Author: stsp
Date: Mon Nov 13 23:16:59 2017
New Revision: 1815150

URL: http://svn.apache.org/viewvc?rev=1815150&view=rev
Log:
On the addremove branch, improve the new subcommand's help text.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Tweak 'svn help addremove' output.

Modified:
    subversion/branches/addremove/subversion/svn/svn.c

Modified: subversion/branches/addremove/subversion/svn/svn.c
URL: 
http://svn.apache.org/viewvc/subversion/branches/addremove/subversion/svn/svn.c?rev=1815150&r1=1815149&r2=1815150&view=diff
==============================================================================
--- subversion/branches/addremove/subversion/svn/svn.c (original)
+++ subversion/branches/addremove/subversion/svn/svn.c Mon Nov 13 23:16:59 2017
@@ -524,14 +524,17 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "usage: addremove PATH...\n"
      "\n"
      "  Recursively walk the specified paths in the working copy, putting\n"
-     "  unversioned files and directories under version control, and 
removing\n"
-     "  missing files and directories from version control.\n"
+     "  unversioned files and directories under version control (like 'svn 
add'),\n"
+     "  and removing missing files and directories (like 'svn delete').\n"
      "\n"
-     "  Additions and deletions will be scheduled for the next commit and\n"
+     "  Additionally, compare every removed item with every added item and\n"
+     "  record moves or copies in the working copy where similar items are 
found.\n"
+     "\n"
+     "  Any additions and deletions will be scheduled for the next commit 
and\n"
      "  will not take effect in the repository unless they are committed.\n"
+     "  Use 'svn revert' to undo any undesirable additions and deletions.\n"
      "\n"
-     "  The --depth option controls recursion (default: infinity).\n"
-     "  Use 'svn revert' to undo any undesirable additions and deletions.\n"),
+     "  The --depth option controls recursion (default: infinity).\n"),
     {opt_targets, opt_depth, opt_no_autoprops, opt_no_ignore }, },
 
   { "auth", svn_cl__auth, {0}, N_


Reply via email to