RE: Migration of svn repository from one server to another
From: Giulio Troccoli <giulio.troccoli_at_uk.linedata.com>
Date: Thu, 8 Oct 2009 10:49:26 +0100
>
Linedata Services (UK) Ltd
-----Original Message-----
> From: clive_at_SUNNYDAY.demon.co.uk [mailto:clive_at_SUNNYDAY.demon.co.uk]
Yes, you DO need either svnserve or Apache (well, something that allows you to use http, not necessarely Apache I think). That's because accessing a repository using any other method rather than svn:// or http:// (i.e. file://) is not recommended and discourage (unless for testing).
But how do you currently access the repository? Using svn or http? Whatever you use you will have to "replicate" it on the new server: svnserve or Apache.
Regarding the migration I suggest you either use the dump/load method or svnsync. The former is extremely easy but requires possibly a big file to be copied over (depending on the size of your repository). The latter save space but it involves more setup.
As usual the SVN Book (http://svnbook.red-bean.com/) is a great source of information.
Giulio
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.