Author: peters
Date: Thu Jul  7 18:54:00 2011
New Revision: 1143971

URL: http://svn.apache.org/viewvc?rev=1143971&view=rev
Log:
On the revprop-packing branch: Followups to r1143964.

* subversion/libsvn_fs_fs/structure: Fix typo in format number index.

* subversion/libsvn_fs_fs/fs.h
  (SVN_FS_FS__MIN_PACKED_REVPROP_SQLITE_DEV_FORMAT): Rename to
   SVN_FS_FS__PACKED_REVPROP_DEV_FORMAT and document that it was never
   released.  The macro name is long enough without saying it's a
   "minimum" of something that is known to be a singleton.

Modified:
    subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs.h
    subversion/branches/revprop-packing/subversion/libsvn_fs_fs/structure

Modified: subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs.h?rev=1143971&r1=1143970&r2=1143971&view=diff
==============================================================================
--- subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs.h (original)
+++ subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs.h Thu Jul  7 
18:54:00 2011
@@ -122,8 +122,9 @@ extern "C" {
 /* The minimum format number that stores node kinds in changed-paths lists. */
 #define SVN_FS_FS__MIN_KIND_IN_CHANGED_FORMAT 4
 
-/* The 1.7-dev format that packed revprops into SQLite revprops.db . */
-#define SVN_FS_FS__MIN_PACKED_REVPROP_SQLITE_DEV_FORMAT 5
+/* The 1.7-dev format, never released, that packed revprops into SQLite
+   revprops.db . */
+#define SVN_FS_FS__PACKED_REVPROP_SQLITE_DEV_FORMAT 5
 
 /* The minimum format number that supports packed revprop shards. */
 #define SVN_FS_FS__MIN_PACKED_REVPROP_FORMAT 6

Modified: subversion/branches/revprop-packing/subversion/libsvn_fs_fs/structure
URL: 
http://svn.apache.org/viewvc/subversion/branches/revprop-packing/subversion/libsvn_fs_fs/structure?rev=1143971&r1=1143970&r2=1143971&view=diff
==============================================================================
--- subversion/branches/revprop-packing/subversion/libsvn_fs_fs/structure 
(original)
+++ subversion/branches/revprop-packing/subversion/libsvn_fs_fs/structure Thu 
Jul  7 18:54:00 2011
@@ -135,7 +135,7 @@ The formats are:
   Format 2, understood by Subversion 1.4+
   Format 3, understood by Subversion 1.5+
   Format 4, understood by Subversion 1.6+
-  Format 6, understood by Subversion 1.7-dev, never released
+  Format 5, understood by Subversion 1.7-dev, never released
   Format 6, understood by Subversion 1.7+
 
 The differences between the formats are:


Reply via email to