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 2022/03/17 23:25:56 UTC

svn commit: r1899010 - in /subversion/trunk/subversion/libsvn_wc: wc-metadata.sql wc.h

Author: danielsh
Date: Thu Mar 17 23:25:56 2022
New Revision: 1899010

URL: http://svn.apache.org/viewvc?rev=1899010&view=rev
Log:
multi-wc-format: Note yet another place that hardcodes format number / version
number knowledge.

* subversion/libsvn_wc/wc-metadata.sql:
    Add yet another item to the "Bump SVN_WC__VERSION" checklist.

* subversion/libsvn_wc/wc.h:
  (SVN_WC__SUPPORTED_VERSION):
    Add the same item to the "Bump SVN_WC__SUPPORTED_VERSION" checklist.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
    subversion/trunk/subversion/libsvn_wc/wc.h

Modified: subversion/trunk/subversion/libsvn_wc/wc-metadata.sql
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql?rev=1899010&r1=1899009&r2=1899010&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc-metadata.sql (original)
+++ subversion/trunk/subversion/libsvn_wc/wc-metadata.sql Thu Mar 17 23:25:56 2022
@@ -723,6 +723,7 @@ PRAGMA user_version = 32;
  *   * The implementation of svn_client_latest_wc_version()
  *   * The implementation of svn_wc__format_from_version()
  *   * The implementation of svn_client_get_wc_formats_supported()
+ *   * subversion/tests/cmdline/svntest/main.py:wc_format()
  *   * The comment above the comment above SVN_WC__VERSION
  *   * The value of SVN_WC__VERSION, if needed
  */

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=1899010&r1=1899009&r2=1899010&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Thu Mar 17 23:25:56 2022
@@ -183,6 +183,7 @@ extern "C" {
  */
 /* IMPORTANT: Update the implementation of svn_client_default_wc_version()
               and svn_client_get_wc_formats_supported()
+              and svntest.main.wc_format()
               whenever you change this value! */
 #define SVN_WC__SUPPORTED_VERSION 31