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 20:11:56 UTC

svn commit: r1898999 - /subversion/trunk/subversion/libsvn_wc/wc.h

Author: danielsh
Date: Thu Mar 17 20:11:56 2022
New Revision: 1898999

URL: http://svn.apache.org/viewvc?rev=1898999&view=rev
Log:
* subversion/libsvn_wc/wc.h: Document f32 as it currently is on this branch.
	  (The pristines-on-demand-on-mwf branch defines a non-no-op f32.)

Modified:
    subversion/trunk/subversion/libsvn_wc/wc.h

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=1898999&r1=1898998&r2=1898999&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Thu Mar 17 20:11:56 2022
@@ -162,6 +162,12 @@ extern "C" {
  * == 1.10.x shipped with format 31
  * == 1.11.x shipped with format 31
  *
+ * The bump to 32 is a no-op, used for testing the multi-wc-format branch.
+ * Downgrading from format 32 to format 31 is just a matter of running
+ * "PRAGMA user_version = 31;".
+ *
+ * == 1.15.x shipped with format 32
+ *
  * Please document any further format changes here.
  */