You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/07/13 14:01:31 UTC

svn commit: r1145964 - /subversion/trunk/subversion/include/svn_error_codes.h

Author: julianfoad
Date: Wed Jul 13 12:01:31 2011
New Revision: 1145964

URL: http://svn.apache.org/viewvc?rev=1145964&view=rev
Log:
* subversion/include/svn_error_codes.h
  (SVN_ERR_WC_INVALID_OPERATION_DEPTH): Tweak the error message for
    generality and remove the period at the end. This default message is
    currently used only to signal an API contract violation.

Modified:
    subversion/trunk/subversion/include/svn_error_codes.h

Modified: subversion/trunk/subversion/include/svn_error_codes.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error_codes.h?rev=1145964&r1=1145963&r2=1145964&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error_codes.h (original)
+++ subversion/trunk/subversion/include/svn_error_codes.h Wed Jul 13 12:01:31 2011
@@ -528,7 +528,7 @@ SVN_ERROR_START
   /** @since New in 1.7. */
   SVN_ERRDEF(SVN_ERR_WC_INVALID_OPERATION_DEPTH,
              SVN_ERR_WC_CATEGORY_START + 38,
-             "This operation can not be performed with just this depth.")
+             "The operation can not be performed with the specified depth")
 
   /** @since New in 1.7. */
   SVN_ERRDEF(SVN_ERR_WC_PATH_ACCESS_DENIED,