Author: kotkov
Date: Thu Dec  1 19:03:31 2022
New Revision: 1905682

URL: http://svn.apache.org/viewvc?rev=1905682&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch: Slightly rephrase an error message.

The previous message could potentially be misinterpreted as a requirement
to update to a newer version of the software.

* subversion/include/svn_error_codes.h
  (SVN_ERR_WC_DEPRECATED_API_STORE_PRISTINE): Tweak the error message.

Modified:
    
subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_error_codes.h

Modified: 
subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_error_codes.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_error_codes.h?rev=1905682&r1=1905681&r2=1905682&view=diff
==============================================================================
--- 
subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_error_codes.h
 (original)
+++ 
subversion/branches/pristines-on-demand-on-mwf/subversion/include/svn_error_codes.h
 Thu Dec  1 19:03:31 2022
@@ -584,8 +584,8 @@ SVN_ERROR_START
   /** @since New in 1.15 */
   SVN_ERRDEF(SVN_ERR_WC_DEPRECATED_API_STORE_PRISTINE,
              SVN_ERR_WC_CATEGORY_START + 43,
-             "This client was not updated to support working copies "
-             "without local pristines")
+             "This client uses a deprecated API that does not support "
+             "working copies without local pristines")
 
   /* fs errors */
 


Reply via email to