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

Re: svn 1.3 crashing after sometime

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Fri, 2 Jul 2010 10:18:41 +0300 (IDT)

Nico Kadel-Garcia wrote on Thu, 1 Jul 2010 at 23:11 -0400:
> On Thu, Jul 1, 2010 at 10:04 PM, west alto <westalto_at_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

I have tested it and I think you are mistaken here: running 'svnadmin1.7
hotcopy' on a 1.4-format FSFS repository produces another 1.4-format
FSFS repository.

[[[
% rm -rf t
% /usr/bin/svnadmin create t --pre-1.5-compatible
% cat t/**/format
2
5
% svntrunk
% svnadmin hotcopy t t2
% cat t2/**/format
2
5
% svnadmin --version
svnadmin, version 1.7.0 (dev build)
   compiled Jul 1 2010, 12:12:57
]]]

I suggest a dump|load instead.

> and compatible copy you should put in place of the old repository.
Received on 2010-07-02 09:19:47 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.