2009/9/7 Song Zhiwei <[email protected]> > Hi all, > Is there any way to merge a svnroot to another one? There are independent > before. > > Regards, > Zhiwei > Hi
I've done this using the procedure describe in SVN manual http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.5 The steps are : - Dump all your current svn roots with "svnadmin dump myrepos > dumpfile" (One file for each root) - Create your new svn root - Load your dumps into the new root "svnadmin load newrepos < dumpfile" Mickaël Bucas

