Author: steveking
Date: Wed May 18 18:52:07 2011
New Revision: 1124380
URL: http://svn.apache.org/viewvc?rev=1124380&view=rev
Log:
Improve error message as suggested by Greg here:
http://svn.haxx.se/dev/archive-2011-05/0625.shtml
* subversion/libsvn_client/copy.c
(repos_to_repos_copy): reword error message
Modified:
subversion/trunk/subversion/libsvn_client/copy.c
Modified: subversion/trunk/subversion/libsvn_client/copy.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/copy.c?rev=1124380&r1=1124379&r2=1124380&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/copy.c (original)
+++ subversion/trunk/subversion/libsvn_client/copy.c Wed May 18 18:52:07 2011
@@ -819,7 +819,7 @@ repos_to_repos_copy(const apr_array_head
&& svn_uri_is_ancestor(repos_root, pair->dst_abspath_or_url)))
return svn_error_create
(SVN_ERR_UNSUPPORTED_FEATURE, NULL,
- _("Source and destination URLs appear not to all point to the "
+ _("Source and destination URLs appear not to point to the "
"same repository."));
/* Resolve revision keywords and such into real revision number,