You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/06/25 17:15:43 UTC

svn commit: r1605444 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Author: stefan2
Date: Wed Jun 25 15:15:43 2014
New Revision: 1605444

URL: http://svn.apache.org/r1605444
Log:
* subversion/libsvn_fs_fs/fs_fs.c
  (write_revision_zero): Add a bit of commentary to the length constants.
                         No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c?rev=1605444&r1=1605443&r2=1605444&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c Wed Jun 25 15:15:43 2014
@@ -1491,8 +1491,11 @@ write_revision_zero(svn_fs_t *fs)
                   "\1\x0d\0\x9d\x9e\xa9\x94\x0f" 
                   "\x95\xff\3\x1b\0\0"  /* last entry fills up 64k page */
 
-                  /* Footer */
+                  /* Footer:
+                     offsets of L2P and P2L index data, followed by length */
                   "107 121\7",
+                  /* Total content length:
+                     Rev data, L2P idx, P2L idx, footer, footer length byte */
                   107 + 14 + 38 + 7 + 1, fs->pool));
   else
     SVN_ERR(svn_io_file_create(path_revision_zero,