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

Re: svn 1.8 migration - directory deltification and revprop packing

From: Thomas Harold <thomas-lists_at_nybeta.com>
Date: Tue, 11 Jun 2013 10:13:15 -0400

On 6/11/2013 8:52 AM, C. Michael Pilato wrote:
> One advantage of being in a room full of Subversion developers, specifically
> the guy that implemented all this stuff, is that I can ask him directly
> about how to respond to this mail. :-) Hopefully I will accurately
> represent the answers Stefan Fuhrmann just gave me to your questions.
>

Thank you very much.

>> b) Is there a global setting file that can be used to enable
>> directory/property deltifications? Or will we have to update the fsfs.conf
>> file for each newly created repository in order to get this feature?
>
> In 1.8, you'll need to toggle this for each new repository manually.

I'll cobble something together with "grep", "sed/awk", and "find" then
to monitor (and update) our fsfs.conf files.

> As for the --deltas option, that has nothing in the world to do with the
> types of deltas we're discussing here. (As an aside, I would highly
> recommend that, unless you need your dumpfiles to be smaller, avoid the
> --deltas option. The performance penalty of using it isn't worth it.)

Right now, the size of our dumpfile directory is 207G, while the hotcopy
is only 104G. So the size savings could be big for us. The hotcopy
backup is still our preferred solution, with the dump files being a
worst-case fallback.

>> #2 - revision property (revprops) files packing
>>
>> a) Will there be a "svnadmin pack" command like there was for SVN 1.6? Or
>> will we need to do a full dump/load of the repository to pack the revprops?
>
> The existing 'svnadmin pack' command will govern both revision and revprop
> packing, and will keep the two in sync with each other. 'svnadmin upgrade'
> will also take the opportunity to synchronize the packing status of the
> revision properties with that of the revision backing files.

Thanks, the svn book is light on details of what exactly counts as
"minimum amount of work needed" for "svnadmin upgrade".
Received on 2013-06-11 16:14:12 CEST

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

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