You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <da...@elego.de> on 2011/07/01 15:07:55 UTC

Re: revprop packing: why aren't _all_ revprops packed?

I replied elsethread (basically saying "+1").

I'll also go ahead and file a 1.7 blocker issue for the improvements
suggested in this thread.  (All of them require changing the f5 format,
and will require more headache if they have to be done as f6 on top of
current f5)

Peter Samuelson wrote on Thu, Jun 30, 2011 at 16:21:04 -0500:
> 
> [kmradke@rockwellcollins.com]
> > I would love to have revprop packing, but not at the cost of
> > potentially disabling the use of traditional backup software.
> > 
> > Is there a way to disable fsfs revprop packing, or at least have
> > it function in an atomic way like the regular rev packing?
> 
> Hijacking the thread to veer _slightly_ off topic:
> 
> Why is revprop packing an explicit 'svnadmin pack' operation?  If we
> agree to put revprops in sqlite, why not do that from the start?  Just
> open the shard-specific sqlite file, creating it if necessary, and
> write the new set of revprops there.  No distinction between packed and
> unpacked revprops, no 'min-unpacked-revprop' file.
> 
> Was there a good reason not to do it that way?
> -- 
> Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

Re: revprop packing: why aren't _all_ revprops packed?

Posted by Daniel Shahaf <da...@elego.de>.
http://subversion.tigris.org/issues/show_bug.cgi?id=3944

Daniel Shahaf wrote on Fri, Jul 01, 2011 at 16:07:55 +0300:
> I'll also go ahead and file a 1.7 blocker issue for the improvements
> suggested in this thread.  (All of them require changing the f5 format,
> and will require more headache if they have to be done as f6 on top of
> current f5)