Gentoo Archives: gentoo-scm

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-scm@l.g.o
Subject: Re: [gentoo-scm] Re: [gentoo-dev] Progress on cvs->git migration
Date: Tue, 23 Aug 2011 09:06:59
Message-Id: robbat2-20110823T090222-645168260Z@orbis-terrarum.net
In Reply to: Re: [gentoo-scm] Re: [gentoo-dev] Progress on cvs->git migration by "Michał Górny"
1 On Tue, Aug 23, 2011 at 08:46:28AM +0200, Michał Górny wrote:
2 > > On this note, how in the world do you do that? There appears to be
3 > > plenty of documentation on splicing things back together but none on
4 > > how to split them in the first place.
5 > git clone --bare foo historical.git
6 > cd foo
7 > rm -rf .git
8 > git init
9 > git add -A
10 > git commit -m 'Split point.'
11 That introduces an artificial commit at the split point, instead of
12 using an existing commit like my fast-export solution.
13
14 --
15 Robin Hugh Johnson
16 Gentoo Linux: Developer, Trustee & Infrastructure Lead
17 E-Mail : robbat2@g.o
18 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85