On Jul 11, 2010, at 10:19 PM, Steinar Bang wrote: >>>>>> Bob Sandiford <[email protected]>: > >> Second try - sorry for any duplication... >> The short answer is, 'yes'. > >> I just migrated our repositories to a new server, for some of which we >> had been using svnmerge against multiple branches. > >> Read the documentation on the 'svnadmin' binary, which will allow you >> to dump your repo, and also allow you to reload it. > > Ah, ok. Dumping and restoring would switch all references to the > original host with the new one?
No, you'll have to do a "svn switch --relocate" in each client. > >> You can also force the old server repo's UUID into the migrated ones, >> so that existing checked out code on workstations will 'think' it's >> the same code. > > Right now the repo has been rsync'd over to the new host, not dumped and > restored. That would preserve the UUID wouldn't it? Yes. Regards, Blair -- Blair Zajac, Ph.D. CTO, OrcaWare Technologies <[email protected]> Subversion training, consulting and support http://www.orcaware.com/svn/ _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
