[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 Hemmer <themmer_at_go-engineering.de>
Date: 2006-12-13 15:16:48 CET

Thomas,

IMHO one should not even need to switch the working copies after the
'mv' as the client won't get aware of the repository move.

Regards,

Thomas

> -----Original Message-----
> From: Thomas.Poersch@materna.de [mailto:Thomas.Poersch@materna.de]
> Sent: Wednesday, December 13, 2006 3:00 PM
> To: users@subversion.tigris.org
> Subject: Moving a repository
>
> 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
>
> Kind regards,
> --
> Thomas Poersch
> Materna Information & Communications GmbH
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

---------------------------------------------------------------------
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:17:51 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.