Author: kotkov
Date: Wed Nov 23 13:18:21 2022
New Revision: 1905487

URL: http://svn.apache.org/viewvc?rev=1905487&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch:

* subversion/libsvn_wc/wc-metadata.sql
  (): Remove an unrelated formatting change (added newlines).

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=1905487&r1=1905486&r2=1905487&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 13:18:21 2022
@@ -570,6 +570,7 @@ 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
@@ -705,6 +706,7 @@ WHERE l.op_depth = 0
   AND ((l.repos_id IS NOT r.repos_id)
        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:


Reply via email to