You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/09/12 14:54:59 UTC

svn commit: r1624530 - /subversion/trunk/subversion/svn/svn.c

Author: stsp
Date: Fri Sep 12 12:54:59 2014
New Revision: 1624530

URL: http://svn.apache.org/r1624530
Log:
Improve the documentation of 'A +' item state in 'svn help status'.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Explicitly state that 'A +' items are "copies",
   instead of describing them only as "addition with history" (these
   terms are interchangeable but add-with-history might not be intuitive
   to novice users).

Found by: drecute on #svn IRC

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1624530&r1=1624529&r2=1624530&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Fri Sep 12 12:54:59 2014
@@ -1505,9 +1505,9 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "                  another Subversion client modifying the working copy\n"
      "      ' ' not locked for writing\n"
      "      'L' locked for writing\n"
-     "    Fourth column: Scheduled commit will contain addition-with-history\n"
-     "      ' ' no history scheduled with commit\n"
-     "      '+' history scheduled with commit\n"
+     "    Fourth column: Scheduled commit will create a copy (addition-with-history)\n"
+     "      ' ' no history scheduled with commit (item was newly added)\n"
+     "      '+' history scheduled with commit (item was copied)\n"
      "    Fifth column: Whether the item is switched or a file external\n"
      "      ' ' normal\n"
      "      'S' the item has a Switched URL relative to the parent\n"