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

Re: Subversion upgrade from 1.5 to 1.6

From: Yves Martin <ymartin59_at_free.fr>
Date: Wed, 30 Jun 2010 10:59:56 +0200 (CEST)

 Hello,

I agree that dump/restore is the best option but in some cases,
a repository may be so large that dump/restore is unpratical.

The "svnadmin upgrade" command is a minimal operation to do but your repository
structure will not be sharded (if it comes from 1.4 for instance).

My preference is:
- backup with .tar.gz
- svnadmin upgrade to enable 1.6 features
- my own version fsfs-reshard can reshard/unpack from 1.3 to 1.6 versions
  (I have post it here few weeks ago with how to)
- svnadmin verify

That's all and it has not consumed three time disk space and 2 hours of CPU !

The fsfs-reshard script is not necessary but your repository may stay in "linear"
mode instead of the more efficient "sharded" mode. This script also helps you
tweak the shard size to improve disk-access performance (mostly on windows or over SAN)

Kind regards

-- 
Yves Martin
Received on 2010-06-30 11:01:05 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.