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

Re: Server replacement

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-07-28 18:28:51 CEST

On Wed, 2004-07-28 at 11:08, KHASHAYAR SAJADI wrote:
> Hi,
> I am using SVN server on my computer for sometime now and would like
> to move the server to another machine. Is there a way of moving the
> whole thing to another machine without losing anything?

svnadmin dump > dumpfile
svnadmin create newrepos
svnadmin load newrepos < dumpfile

Explained in chapter 5 of the book.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 18:30:21 2004

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.