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

Re: Moving subversion repo from one machine to another

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-28 22:20:39 CEST

On Aug 28, 2006, at 20:33, robert@infotility.com wrote:

> I want to move a subversion repo (FSFS) from one box (RHEL 3)
> to another (CentOS 4.3). (Both are Linux.)
>
> Is it enough to copy the repository files & directories verbatim?
> (e.g. via tar or scp -r)

As far as I know, for an FSFS repo, that should be fine. Make sure
you have the same version of Subversion (or newer) on the new server.

> I guess that svndump would work OK too.

Sure, "svnadmin dump" would work fine too. You should at the least do
"svnadmin verify" on the old machine before beginning the migration,
to ensure everything is in tact before the move, and of course turn
off write access to the repository during the move.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 28 22:22:56 2006

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.