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

Re: Please help me

From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 13 Oct 2008 13:55:00 -0400

Did you backup the root repository folder? Did you use the "svn
hotcopy" command?

If you backed up the repository root (that is grabbing the conf, dav,
db, hooks, locks) directory, you should be able to download this
directory onto a machine with a similar hardware architecture and OS
as your previous system, and use that as your repository. It should
contain all the information and revisions since the backup.

The dump is nice because it is OS and architecture neutral, so if your
new machine is a different OS or architecture type, you can restore
from the dump.

However, that doesn't mean that your old repository directory backup
is useless. Even if you are planning on placing it on a new system,
you can always put the repository backup on a clone of your older
system, and then do a dump from that. Then, use that dump to restore
the repository on your new system.

--
David Weintraub
qazwart_at_gmail.com
On Mon, Oct 13, 2008 at 12:28 PM, komuravelly venukumar
<kvenukumar_16_at_yahoo.com> wrote:
> Hi,
>
> We are using svn server for develpment, created svn repositories  svnadmin create --fs-type=fsfs /svn/repo/standards
>
>  unfortunately svn server is crashed, We have Backup only repositoreis folder(/repo/standards), We have not taken dump file as per procedure(svnadmin dump /svn/repo/standards >/tmp/example.dump) at the time we dont konw dump procedure.
>
> Again We installed new SVN server  i created repository    svnadmin create --fs-type=fsfs /svn/repo/standards,  after that i copied backup folder sta
>  ndards/db to /svn/repo/standards   and i was restarted apache, Whenever browsing repository Displaying only repo list, but content having problem,
>
>
>  Please help me,   Without Dump file how to resolve,   repo Backup folder only i have, how to do it with backup folder.
>
>
>
> regards
> kumar
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-13 19:55:54 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.