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

Re: svn commit: r1144028 - /subversion/branches/revprop-packing/subversion/libsvn_fs_fs/fs_fs.c

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Thu, 07 Jul 2011 16:54:46 -0400

On 07/07/2011 04:50 PM, Daniel Shahaf wrote:
> Hmm. For wc we have upgrade tests using tarred old working copies.
> Perhaps we should do the same for svnadmin/fsfs?
>
> % grep upgrade svnadmin_tests.py | wc -l
> 0

We haven't tested upgrades of filesystems in the past because we thus far
haven't allowed 'svnadmin upgrade' to do anything substantial. Typically,
it just plops a new integer into the 'format' file. There was some minor
file reorg in the FSFS side a while ago, but again, nothing really major.
And that's intentional: we want upgrade to be a constant-time operation,
leaving more costly upgrades to the likes of a parallel dump/load.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2011-07-07 22:55:21 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.