Den tors 1 dec. 2022 kl 11:42 skrev <kot...@apache.org>: > Author: kotkov > Date: Thu Dec 1 10:42:41 2022 > New Revision: 1905663 >
[...] > 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=1905663&r1=1905662&r2=1905663&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 10:42:41 2022 > @@ -581,6 +581,12 @@ SVN_ERROR_START > SVN_ERR_WC_CATEGORY_START + 42, > "Incompatible working copy settings") > > + /** @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") > + > /* fs errors */ > Is it really "This client"? It looks more to be based on the WC setting. Kind regards, /Daniel