Author: danielsh
Date: Thu Jul  7 18:23:41 2011
New Revision: 1143953

URL: http://svn.apache.org/viewvc?rev=1143953&view=rev
Log:
On the revprop-sharding branch:

* subversion/libsvn_fs_fs/structure
  (Packing revision propertie): Accept Peter's suggestion for left-aligning
    offsets in the manifest.

Modified:
    subversion/branches/revprop-packing/subversion/libsvn_fs_fs/structure

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=1143953&r1=1143952&r2=1143953&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:23:41 2011
@@ -244,7 +244,7 @@ The pack+manifest file consists of:
 * The concatenated hunks for all revisions in the shard.
 
 The sequence number and the offsets are stored as ASCII decimal, followed by
-newline.  They are space-padded from the left such that the least-significant
+newline.  They are space-padded from the right such that the least-significant
 digit is on the tenth byte of the line for the sequence number, and on the
 twentieth byte of the line for the offsets.  Each revprop's hunk takes the same
 format as an unpacked revprop file: namely, it is a svn_hash_write()-serialized


Reply via email to