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