Author: kotkov
Date: Wed Nov 23 11:02:39 2022
New Revision: 1905476
URL: http://svn.apache.org/viewvc?rev=1905476&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch:
* subversion/libsvn_wc/wc-metadata.sql
(): Clean up an unrelated formatting change.
Modified:
subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc-metadata.sql
Modified:
subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc-metadata.sql
URL:
http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc-metadata.sql?rev=1905476&r1=1905475&r2=1905476&view=diff
==============================================================================
---
subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc-metadata.sql
(original)
+++
subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/wc-metadata.sql
Wed Nov 23 11:02:39 2022
@@ -570,8 +570,6 @@ CREATE UNIQUE INDEX I_EXTERNALS_DEFINED
def_local_relpath,
local_relpath);
-/* ------------------------------------------------------------------------- */
-
/* Identify the WC format corresponding to the schema we have created. */
PRAGMA user_version =
-- define: SVN_WC__SUPPORTED_VERSION
@@ -708,7 +706,6 @@ WHERE l.op_depth = 0
OR (l.repos_path IS NOT RELPATH_SKIP_JOIN(r.local_relpath,
r.repos_path, l.local_relpath)))
/* ------------------------------------------------------------------------- */
-
/* Format 32 adds support for optional text-base contents with the
following schema changes:
- Add the 'hydrated' column to the PRISTINE table.