[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: west alto <westalto_at_gmail.com>
Date: Sun, 4 Jul 2010 00:03:33 +0800

running svnadmin hotcopy does not touch the source repository? what
difference and advantage bet. linear and sharded?

Thanks,

West

On Fri, Jul 2, 2010 at 8:12 PM, Nico Kadel-Garcia <nkadel_at_gmail.com> wrote:
> On Fri, Jul 2, 2010 at 3:18 AM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
>> 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.
>
> Oh. I see that you're right, and I'd left out the "svnadmin upgrade
> the-new-repo" step.
>
>
>>
>> [[[
>> % 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.
>
> Dumpload is, historically, rather fragile and doesn't bring over your
> configuration files. This is particularly critical if you have
> modified hook scripts and configuration files. Resolving those can be
> an adventure.
>
Received on 2010-07-03 18:04:15 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.