Author: stsp
Date: Thu Mar 31 16:30:41 2011
New Revision: 1087365

URL: http://svn.apache.org/viewvc?rev=1087365&view=rev
Log:
* subversion/svn/switch-cmd.c
  (svn_cl__switch): Revert wording tweak made in r1087321.

Suggested by: cmpilato

Modified:
    subversion/trunk/subversion/svn/switch-cmd.c

Modified: subversion/trunk/subversion/svn/switch-cmd.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/switch-cmd.c?rev=1087365&r1=1087364&r2=1087365&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/switch-cmd.c (original)
+++ subversion/trunk/subversion/svn/switch-cmd.c Thu Mar 31 16:30:41 2011
@@ -185,7 +185,7 @@ svn_cl__switch(apr_getopt_t *os,
                                  _("Path '%s' does not share common version "
                                    "control ancestry with the requested switch 
"
                                    "location.  Use --ignore-ancestry to "
-                                   "force the operation to run."),
+                                   "disable this check."),
                                    svn_dirent_local_style(target,
                                                           scratch_pool));
       return err;


Reply via email to