Hi Stefan,
> This week I had one of my "how hard can it be?" moments > and finally implemented revprop packing Lots of tools, like svnsync, store metadata in r0 rev props. Could this rev be excluded from packing? What's the performance penalty for modifying a packed rev props? From what you've said, it sounds like packing works by fitting as many rev props into a 64k chunk, so, let's say I've got a million rev repository. And the first 1000 revs fit neatly inside the first 64k pack. What happens when I propedit r1000 and increase its size so that it no longer neatly fits inside the 64k pack? (Just checking that it won't cause a knock-on re-write effect of all the other 999,000 packed rev props. Sounds like the manifest map takes care of avoiding that, but just wanted to make sure.) And, heh, this is going to kill Enversion, which currently writes extensive root metadata to each revision's rev prop as it analyzes a repository. Will there be a way (even if it's at the API level, not CLI) to disable rev prop packing? Trent.