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 2012/10/20 14:26:02 UTC

svn commit: r1400426 - /subversion/trunk/subversion/libsvn_fs_fs/structure

Author: stefan2
Date: Sat Oct 20 12:26:02 2012
New Revision: 1400426

URL: http://svn.apache.org/viewvc?rev=1400426&view=rev
Log:
* subversion/libsvn_fs_fs/structure
  (Revision file format): add missing specs for rep <size> == 0

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/structure

Modified: subversion/trunk/subversion/libsvn_fs_fs/structure
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/structure?rev=1400426&r1=1400425&r2=1400426&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/structure (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/structure Sat Oct 20 12:26:02 2012
@@ -464,7 +464,8 @@ defined:
   props     "<rev> <offset> <length> <size> <digest>" for props rep
             <rev> and <offset> give location of rep
             <length> gives length of rep, sans header and trailer
-            <size> gives size of expanded rep
+            <size> gives size of expanded rep; may be 0 if equal
+             to the length
             <digest> gives hex MD5 digest of expanded rep
             ### in formats >=4, also present:
             <sha1-digest> gives hex SHA1 digest of expanded rep