Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Merge svnroots Song Zhiwei <songzw@×××××.com>