On Oct 13, 2008, at 11:28, komuravelly venukumar wrote:
> 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,
You don't need to "svnadmin create" on the new server; just move over
the directories you backed up. They are your repositories.
For this to work, you'll need to make sure the new server has at
least the same version of Subversion, APR and APR-Util, and has the
same kind of OS and processor as the old server.
---------------------------------------------------------------------
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 20:03:37 CEST