Author: julianfoad
Date: Mon Oct 25 08:39:49 2010
New Revision: 1026969

URL: http://svn.apache.org/viewvc?rev=1026969&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Remove the description of the deprecated
    'svn switch --relocate' and just refer to the 'relocate' command,
    for brevity.

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=1026969&r1=1026968&r2=1026969&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Mon Oct 25 08:39:49 2010
@@ -1171,17 +1171,8 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "     Use the --set-depth option to set a new working copy depth on the\n"
      "     targets of this operation.\n"
      "\n"
-     "  2. Rewrite working copy URL metadata to reflect a syntactic change 
only.\n"
-     "     This is used when a repository's root URL changes (such as a 
scheme\n"
-     "     or hostname change) but your working copy still reflects the same\n"
-     "     directory within the same repository.  FROM-PREFIX and TO-PREFIX 
are\n"
-     "     initial substrings of the working copy's current and new URLs,\n"
-     "     respectively.  (You may specify the complete old and new URLs if 
you\n"
-     "     wish.)  Use 'svn info' to determine the current working copy URL.\n"
-     "\n"
-     "     Note: This syntax form -- in fact, the use of the --relocate 
option\n"
-     "           in general -- has been deprecated in favor of running\n"
-     "           'svn relocate FROM-PREFIX TO-PREFIX [PATH]'.\n"
+     "  2. The '--relocate' option is deprecated. This syntax is equivalent 
to\n"
+     "     'svn relocate FROM-PREFIX TO-PREFIX [PATH]'.\n"
      "\n"
      "  See also 'svn help update' for a list of possible characters\n"
      "  reporting the action taken.\n"


Reply via email to