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

Re: moving a repository

From: Samay <getafix123_at_hotmail.com>
Date: 2005-04-10 11:55:37 CEST

>Hi,
>
>I need to move a repository from a corrupt harddrive to my new one. Is
>this as simple as copying the repository folder, or is there more to it?
>
>Thanks!
>Ingo

>>

If its a corrupt HDD, then you cant really ensure that copy is free of data
corruption! also copying Repo folder will also depend what backend type u
use? BDB or FSFS. All my repos are FSFS only, to ensure archiving and
backups/restores are easy.

I suggest a "svnadmin dump" on the failing machine, but store it on a
different HDD and then "svnadmin load" on ur new HDD to populate the repo.
that will also ensure that ur repository is free of corruption.

of course, if i m in correct above, please feel free to correct.

HTH

S.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 10 12:03:59 2005

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.