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

Re: Moving a repository

From: Thomas Recloux <thomas.recloux_at_gmail.com>
Date: 2006-12-13 15:15:10 CET

> Hi!

Hi

> I would like to move a repository from directory OLDDIR to NEWDIR on the same host. In
> the Red Book's chapter "Migrating a Repository" the move is realized with the dump
> operation.
>
> # svnadmin create NEWDIR
> # svnadmin dump OLDDIR > mydump
> # svnadmin load NEWDIR mydump
>
> I wonder if it is necessary to create a new repo and dump the repo's contents. Is it possible to just move the directory and switch the client's working copies?
>
> # mv OLDDIR NEWDIR

I think you do not nead to dump and load, a mv command will be OK.

Should do this offline, putting off your server.

-- 
Thomas Recloux
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 13 15:16:28 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.