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

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

Author: danielsh
Date: Fri Jul  1 21:23:58 2011
New Revision: 1142098

URL: http://svn.apache.org/viewvc?rev=1142098&view=rev
Log:
Reword an error message for more general applicability.

* subversion/include/svn_error_codes.h
  (SVN_ERR_WC_CLEANUP_REQUIRED): 
    Reword the default message to account for still-running operations.
    While here, avoid refering to the 'svn' client.

Feel free to further improve on the log message.  The error code may also
want to be renamed to match this change in its default string.

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=1142098&r1=1142097&r2=1142098&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error_codes.h (original)
+++ subversion/trunk/subversion/include/svn_error_codes.h Fri Jul  1 21:23:58 2011
@@ -522,7 +522,8 @@ SVN_ERROR_START
   /** @since New in 1.7. */
   SVN_ERRDEF(SVN_ERR_WC_CLEANUP_REQUIRED,
              SVN_ERR_WC_CATEGORY_START + 37,
-             "Previous operation was interrupted; run 'svn cleanup'")
+             "Previous operation has not finished; "
+             "run 'cleanup' if it was interrupted")
 
   /** @since New in 1.7. */
   SVN_ERRDEF(SVN_ERR_WC_INVALID_OPERATION_DEPTH,