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

Re: windows svn to linux svn migration

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 25 Jun 2008 01:49:16 -0500

On Jun 25, 2008, at 01:28, Jay Jesus Amorin wrote:

> Can you please help me on how to migrate my windows svn repository to
> linux svn repository?

You just need to "svnadmin dump" the repository on the Windows
machine, move the dumpfile to the Linux machine, create a new empty
repository, and "svnadmin load" the dumpfile into the new repository.

If you made changes in the repository's conf directory, copy this to
the new repository manually.

If you have hook scripts in the old repository, move these as well,
though your hooks may need to be rewritten (for example, if your
hooks were written using Windows batch scripting, that won't work on
Linux).

If you had any locks on any items in the old repository, these will
not be carried over to the new repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-25 08:49:45 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.