Gentoo Archives: gentoo-user

From: Song Zhiwei <songzw@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Merge svnroots
Date: Mon, 07 Sep 2009 14:00:05
Message-Id: e8dc92830909070700w6ac9521clf0c042ab2d246657@mail.gmail.com
In Reply to: Re: [gentoo-user] Merge svnroots by "Mickaël Bucas"
1 Thanks
2
3 2009/9/7 Mickaël Bucas <mbucas@×××××.com>
4
5 >
6 >
7 > 2009/9/7 Song Zhiwei <songzw@×××××.com>
8 >
9 > Hi all,
10 >> Is there any way to merge a svnroot to another one? There are independent
11 >> before.
12 >>
13 >> Regards,
14 >> Zhiwei
15 >>
16 > Hi
17 >
18 > I've done this using the procedure describe in SVN manual
19 > http://svnbook.red-bean.com/en/1.1/ch05s03.html#svn-ch-5-sect-3.5
20 >
21 > The steps are :
22 > - Dump all your current svn roots with "svnadmin dump myrepos > dumpfile"
23 > (One file for each root)
24 > - Create your new svn root
25 > - Load your dumps into the new root "svnadmin load newrepos < dumpfile"
26 >
27 > Mickaël Bucas
28 >
29 >