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

Question on moving a repository.

From: Mark Bohlman <MBohlman_at_TCICREDIT.COM>
Date: 2003-06-28 00:06:01 CEST

Hi,

        I'm running Subversion 24.2 on Windows 2000 Server. Our sysadmins
recently created a newer (and better) machine for development to use for the
repository, and I need to migrate from the current machine (A) to the new
machine (B). Connections are currently via svnserve as Apache is not yet
setup (they control the ports as well, and well...)

        Question is how best to handle the change from the developer
perspective. A scenario would be
1) Code checked out to a working directory /wd via the command "svn co
svn://A/projects"
2) Developers all working in their local directories and in various states
of completion
3) New machine set up and established
4) Was hoping that "svn switch svn://B/projects" would switch the entries in
.svn subdirectories. This does not seem to work (consumes cycles on both A
server through the svnserve process and on the client machine and never
returns).

        Is there a different/better way to accomplish this physical move of
the repository from one machine name to another, short of having everyone
commit and then grabbing a copy for import? Or is the better way through DB
utilities such as dump or hot-backup? Connecting does not seem to be the
problem and I'm looking for a simple solution that does not halt all
development efforts even for a short while.

        I'm thinking this will not be a problem once set up to go via
http:// <http://> as I can set that to match, but....

Thanks,
-- Mark
Received on Sat Jun 28 00:20:19 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.