You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2012/09/24 19:55:15 UTC

svn commit: r1389496 - /subversion/branches/inheritable-props/subversion/libsvn_wc/wc.h

Author: pburba
Date: Mon Sep 24 17:55:15 2012
New Revision: 1389496

URL: http://svn.apache.org/viewvc?rev=1389496&view=rev
Log:
On the inheritable-props branch: Complete the bump to WC format 31.

* subversion/libsvn_wc/wc.h:
  (SVN_WC__VERSION): Oops, forgot to actually bump the format in r1389446.


Modified:
    subversion/branches/inheritable-props/subversion/libsvn_wc/wc.h

Modified: subversion/branches/inheritable-props/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/branches/inheritable-props/subversion/libsvn_wc/wc.h?rev=1389496&r1=1389495&r2=1389496&view=diff
==============================================================================
--- subversion/branches/inheritable-props/subversion/libsvn_wc/wc.h (original)
+++ subversion/branches/inheritable-props/subversion/libsvn_wc/wc.h Mon Sep 24 17:55:15 2012
@@ -151,16 +151,16 @@ extern "C" {
  *
  * == 1.7.x shipped with format 29
  *
- * The bump to 30 added the inherited_props column in the NODES table.
- * Bumped in r????????.
- *
- * The bump to 31 switched the conflict storage to a skel inside conflict_data.
+ * The bump to 30 switched the conflict storage to a skel inside conflict_data.
  * Also clears some known invalid state.
  *
+ * The bump to 31 added the inherited_props column in the NODES table.
+ * Bumped in r????????.
+ *
  * Please document any further format changes here.
  */
 
-#define SVN_WC__VERSION 30
+#define SVN_WC__VERSION 31
 
 
 /* Formats <= this have no concept of "revert text-base/props".  */