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

Moving a repository

From: <Thomas.Poersch_at_materna.de>
Date: 2006-12-13 15:00:15 CET

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
Received on Wed Dec 13 15:01:06 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.