Gentoo Archives: gentoo-dev

From: Ryan Phillips <rphillips@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Viability of other SCM/version control systems for big repo's
Date: Thu, 22 Dec 2005 07:25:41
Message-Id: 20051222072252.GA10469@trolocsis.dyndns.org
In Reply to: Re: [gentoo-dev] Viability of other SCM/version control systems for big repo's by Bret Towe
1 * Bret Towe <magnade@×××××.com> [2005-12-21 23:16]:
2 > On 12/21/05, Donnie Berkholz <spyderous@g.o> wrote:
3 > > Donnie Berkholz wrote:
4 > > > I know some of you have done research on how gentoo-x86 converts over to
5 > > > other systems besides CVS such as SVN, arch, etc. But I can't find the
6 > > > info anywhere in my archives.
7 > > >
8 > > > Could whoever's got it, post it?
9 > > >
10 > > > I'm particularly interested in hearing about CVS, SVN, mercurial,
11 > > > bazaar, darcs.
12 > >
13 > > I've downloaded a copy of the gentoo-x86 repo and will run tests myself.
14 > > Please advise me as to exactly which tests you would like to see, beyond
15 > > whatever I feel like doing.
16 >
17 > might i also suggest testing out git along with the above listed?
18 > since i dont know git well enuf or what exactly are requirements of
19 > a gentoo dev ill just point to some documents
20 > tutorial can be found here:
21 > http://www.kernel.org/pub/software/scm/git/docs/tutorial.html
22 > and documention here:
23 > http://www.kernel.org/pub/software/scm/git/docs/
24
25 I know that some people have big reservations on distributed SCMs, but
26 why not switch to a distributed format, and cherry pick from other
27 developer's (and users) repositories?
28
29 Git allows for pushing to a centralized server, so it still 'works' in
30 a similar sense of committing changes to CVS.
31
32 cg-branch-add gentoo-main git+ssh://user@someplace/
33 cg-push gentoo-main
34
35 -Ryan