[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

revprop packing question

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 16 Oct 2012 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?

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 level-0 compression, rather than an svndiff
integer written by svn's code. Is that correct?
Received on 2012-10-16 02:24:50 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.