Author: stsp
Date: Thu Mar 31 14:46:16 2011
New Revision: 1087321

URL: http://svn.apache.org/viewvc?rev=1087321&view=rev
Log:
* subversion/svn/switch-cmd.c
  (svn_cl__switch): Convert path to local style in error message about
   non-related switch source and target. Tweak wording explaining the
   --ignore-ancestry override.

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=1087321&r1=1087320&r2=1087321&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/switch-cmd.c (original)
+++ subversion/trunk/subversion/svn/switch-cmd.c Thu Mar 31 14:46:16 2011
@@ -185,7 +185,9 @@ 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 "
-                                   "disable this check."), target);
+                                   "force the operation to run."),
+                                   svn_dirent_local_style(target,
+                                                          scratch_pool));
       return err;
     }
 


Reply via email to