Hello, For an upgrade from 1.3 to 1.6, I have simply apply "svnadmin upgrade" command and check integrity with "svnadmin verify".
Then, the repository is still in "linear" mode - which is not an issue, it works. But for performance reason, it is better to move to "sharded" mode. To do so, I have worked on fsfs-reshard.py script. You will find it with documentation how to use it safely here: http://ymartin59.free.fr/wordpress/index.php/tune-subversion-fsfs-repository/ Kind regards ----- "Nico Kadel-Garcia" <nka...@gmail.com> a écrit : > On Thu, Jul 1, 2010 at 10:04 PM, west alto <westa...@gmail.com> > wrote: > > Thanks guys, Ho do i upgrade from 1.3 to 1.6? Do i need to install > > first 1.4 then do a svn dump and load, then 1.5 and then svn dump > and > > load .... etc. > > No, move aside the repository, do a good backup to tape, then install > version 1.6. Then do an "svnadmin hotcopy" with version 1.6, which > should build you a nice clean upgraded and compatible copy you should > put in place of the old repository. -- Yves Martin