Author: rinrab
Date: Sun Apr  5 17:59:47 2026
New Revision: 1932859

Log:
Follow up to r1932855: Put SVN_ERR_OPT_REVISION_PARSE_ERROR to the right place
so it doesn't clash with other error codes.

* include/svn_error_codes.h
  (SVN_ERR_OPT_REVISION_PARSE_ERROR): Fix error code.

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

Modified: subversion/trunk/subversion/include/svn_error_codes.h
==============================================================================
--- subversion/trunk/subversion/include/svn_error_codes.h       Sun Apr  5 
17:31:07 2026        (r1932858)
+++ subversion/trunk/subversion/include/svn_error_codes.h       Sun Apr  5 
17:59:47 2026        (r1932859)
@@ -1435,11 +1435,6 @@ SVN_ERROR_START
              SVN_ERR_MISC_CATEGORY_START + 31,
              "Attempted to write to readonly SQLite db")
 
-  /** @since New in 1.16. */
-  SVN_ERRDEF(SVN_ERR_OPT_REVISION_PARSE_ERROR,
-             SVN_ERR_MISC_CATEGORY_START + 32,
-             "Error parsing revision argument")
-
   /** @since New in 1.6.
    * @deprecated the internal sqlite support code does not manage schemas
    * any longer.  */
@@ -1528,6 +1523,11 @@ SVN_ERROR_START
              SVN_ERR_MISC_CATEGORY_START + 48,
              "BCrypt method failed.")
 
+  /** @since New in 1.16. */
+  SVN_ERRDEF(SVN_ERR_OPT_REVISION_PARSE_ERROR,
+             SVN_ERR_MISC_CATEGORY_START + 49,
+             "Error parsing revision argument")
+
   /* command-line client errors */
 
   SVN_ERRDEF(SVN_ERR_CL_ARG_PARSING_ERROR,

Reply via email to