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

Re: "Can't close activity db: Error string not specified yet" error

From: Eugen Stoianovici <eugen.stoianovici_at_gmail.com>
Date: Thu, 09 Oct 2008 11:50:22 +0300

Stefan Küng wrote:
> Eugen Stoianovici wrote:
>
>> I'm relocating a repository to another server. From what i've read i
>> thought it is enough just to copy the repository to the other server so
>>
>
> No, that's not enough. And you should never, ever do that (unless you
> know exactly what you're doing).
>
> Always dump the repository:
> $ svnadmin dump /path/to/repo > dumpfile
> then on the new server, load the dumpfile
> $ svnadmin create /path/to/repo
> $ svnadmin load /path/to/repo < dumpfile
>
> Stefan
>
>
Thanks Stefan, i'll do that from now on. For this issue the fix was to
remove the activities db (which was recreated afterwards)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-10-09 10:50:34 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.