Author: stsp
Date: Mon Oct 25 15:30:27 2010
New Revision: 1027168

URL: http://svn.apache.org/viewvc?rev=1027168&view=rev
Log:
* subversion/svn/main.c
  (svn_cl__cmd_table): Describe the difference between the switch and
   relocate subcommands more clearly.

* subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout:
   Adjust accordingly.

Modified:
    subversion/trunk/subversion/svn/main.c
    
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

Modified: subversion/trunk/subversion/svn/main.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/main.c?rev=1027168&r1=1027167&r2=1027168&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/main.c (original)
+++ subversion/trunk/subversion/svn/main.c Mon Oct 25 15:30:27 2010
@@ -951,7 +951,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
     {{'F', N_("read property value from file ARG")}} },
 
   { "relocate", svn_cl__relocate, {0}, N_
-    ("Relocate the working copy to point to a different URL.\n"
+    ("Relocate the working copy to point to a different repository root URL.\n"
      "usage: 1. relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
      "       2. relocate TO-URL [PATH]\n"
      "\n"
@@ -1098,7 +1098,7 @@ const svn_opt_subcommand_desc2_t svn_cl_
       opt_ignore_externals, opt_changelist} },
 
   { "switch", svn_cl__switch, {"sw"}, N_
-    ("Update the working copy to a different URL.\n"
+    ("Update the working copy to a different URL within the same repository.\n"
      "usage: 1. switch u...@pegrev] [PATH]\n"
      "       2. switch --relocate FROM-PREFIX TO-PREFIX [PATH...]\n"
      "\n"

Modified: 
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout?rev=1027168&r1=1027167&r2=1027168&view=diff
==============================================================================
--- 
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout
 (original)
+++ 
subversion/trunk/subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout
 Mon Oct 25 15:30:27 2010
@@ -90,7 +90,7 @@ Global options:
                              For example:
                                  servers:global:http-library=serf
 
-switch (sw): Update the working copy to a different URL.
+switch (sw): Update the working copy to a different URL within the same 
repository.
 usage: 1. switch u...@pegrev] [PATH]
        2. switch --relocate FROM-PREFIX TO-PREFIX [PATH...]
 


Reply via email to