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 2011/07/12 16:48:26 UTC

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

Author: stsp
Date: Tue Jul 12 14:48:26 2011
New Revision: 1145612

URL: http://svn.apache.org/viewvc?rev=1145612&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Remove note about performance issues added in r1139766.
    The issues have been addressed.

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=1145612&r1=1145611&r2=1145612&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Tue Jul 12 14:48:26 2011
@@ -1382,11 +1382,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
     ("Upgrade the metadata storage format for a working copy.\n"
      "usage: upgrade WCPATH...\n"
      "\n"
-     "  Local modifications are preserved.\n"
-     "\n"
-     "  Note: Upgrading a working copy from the format used in Subversion 1.6\n"
-     "  to the format used in Subversion 1.7 takes much more time than checking\n" 
-     "  out a new working copy with the 1.7 client.\n"),
+     "  Local modifications are preserved.\n"),
     { 'q' } },
 
   { NULL, NULL, {0}, NULL, {0} }