Re: revprop packing question

2012-10-21 Thread Daniel Shahaf
Stefan Fuhrmann wrote on Sat, Oct 20, 2012 at 13:55:14 +0200: > On Tue, Oct 16, 2012 at 2:30 AM, Daniel Shahaf wrote: > > > Daniel Shahaf wrote on Tue, Oct 16, 2012 at 02:24:12 +0200: > > > libsvn_fs_fs/structure says that a pack file starts with an > > > svndiff-encoded integer. Where is that in

Re: revprop packing question

2012-10-20 Thread Stefan Fuhrmann
On Tue, Oct 16, 2012 at 2:30 AM, Daniel Shahaf wrote: > Daniel Shahaf wrote on Tue, Oct 16, 2012 at 02:24:12 +0200: > > libsvn_fs_fs/structure says that a pack file starts with an > > svndiff-encoded integer. Where is that integer written, please? > > > > I meant, "Where is the code that writes t

Re: revprop packing question

2012-10-15 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Oct 16, 2012 at 02:24:12 +0200: > libsvn_fs_fs/structure says that a pack file starts with an > svndiff-encoded integer. Where is that integer written, please? > I meant, "Where is the code that writes that integer". > serialize_revprops_header() doesn't write an svn

revprop packing question

2012-10-15 Thread Daniel Shahaf
libsvn_fs_fs/structure says that a pack file starts with an svndiff-encoded integer. Where is that integer written, please? serialize_revprops_header() doesn't write an svndiff-encoded integer, so I suspect the two binary bytes at the start of a revprops pack file are actually an artifact of zlib