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