You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/04/22 17:26:52 UTC

svn commit: r1095947 - /subversion/trunk/subversion/libsvn_client/prop_commands.c

Author: hwright
Date: Fri Apr 22 15:26:52 2011
New Revision: 1095947

URL: http://svn.apache.org/viewvc?rev=1095947&view=rev
Log:
* subversion/libsvn_client/prop_commands.c
  (svn_client_propset_local): Update error message.

Suggested by: julianfoad

Modified:
    subversion/trunk/subversion/libsvn_client/prop_commands.c

Modified: subversion/trunk/subversion/libsvn_client/prop_commands.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/prop_commands.c?rev=1095947&r1=1095946&r2=1095947&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/prop_commands.c (original)
+++ subversion/trunk/subversion/libsvn_client/prop_commands.c Fri Apr 22 15:26:52 2011
@@ -396,7 +396,7 @@ svn_client_propset_local(const char *pro
 
   if (targets_are_urls)
     return svn_error_create(SVN_ERR_ILLEGAL_TARGET, NULL,
-                            _("Targets must be URLs"));
+                            _("Targets must be working copy paths"));
 
   SVN_ERR(check_prop_name(propname, propval));