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 2012/10/02 18:01:41 UTC

svn commit: r1393000 - /subversion/trunk/subversion/svn/main.c

Author: stsp
Date: Tue Oct  2 16:01:40 2012
New Revision: 1393000

URL: http://svn.apache.org/viewvc?rev=1393000&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): In 'svn help move', document the new-in-1.8 requirement
   that SRC and DST of WC->WC moves must be committed together.

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

Modified: subversion/trunk/subversion/svn/main.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1393000&r1=1392999&r2=1393000&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Tue Oct  2 16:01:40 2012
@@ -1088,6 +1088,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "  When moving multiple sources, they will be added as children of DST,\n"
      "  which must be a directory.\n"
      "\n"
+     "  SRC and DST of WC->WC moves must be committed in the same revision.\n"
+     "\n"
      "  The --revision option has no use and is deprecated.\n"),
     {'r', 'q', opt_force, opt_parents, SVN_CL__LOG_MSG_OPTIONS} },