Gentoo Archives: gentoo-dev

From: Ryan Phillips <rphillips@g.o>
To: Donnie Berkholz <spyderous@g.o>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Gentoo: State of the Union
Date: Fri, 28 Apr 2006 20:53:10
Message-Id: 20060428204240.GD63263@watcher.kimaker.com
In Reply to: Re: [gentoo-dev] Gentoo: State of the Union by Donnie Berkholz
1 Donnie Berkholz <spyderous@g.o> said:
2 > Tim Yamin wrote:
3 > >Speaking of which, has anybody done any tests with svk?
4 > >(http://svk.elixus.org)
5 > >And: http://svk.elixus.org/?WhySVK -- it would be interesting to compare
6 > >checkout performance on it as well.
7 >
8 > I've been planning to do a more detailed comparison of all the popular
9 > SCM's out there for probably 6 months, but I just don't have the time
10 > right now. If someone wants to pick this up, please let us know.
11 >
12 > Recommended reading: http://www.keltia.net/EuroBSDCon/slides.pdf and
13 > www.keltia.net/EuroBSDCon/paper.pdf
14 >
15 > SCMs to test:
16
17 cogito
18 - Not practical
19 * the lots of little files doesn't scale well with the size
20 of the portage tree
21 * In addition, git only allows checkins from the project parent.
22 A deal breaker in my opinion
23 cvs
24 - Branching sucks
25 - Merging is terrible
26 - File deletes are bad
27 - Atomic Commits
28 svn
29 + Atomic Commits
30 + Merging/tagging/brancing is a simple "copy" operation
31 http://svnbook.red-bean.com/en/1.1/ch04.html
32 + lots of benefits
33 http://svnbook.red-bean.com/nightly/en/svn.intro.features.html
34 there is more I'm sure people can come up with
35 - 2x Drive space
36 darcs
37 - haskell dependency
38 - doesn't work on some architectures
39 - IMHO, deal breaker
40 svk
41 - not a contender, it is subversion.
42 if someone wanted to use svk with the subversion tree they could;
43 it is transparent to any other.
44
45 -ryan

Replies

Subject Author
Re: [gentoo-dev] Gentoo: State of the Union Donnie Berkholz <spyderous@g.o>
Re: [gentoo-dev] Gentoo: State of the Union "Fernando J. Pereda" <ferdy@g.o>
Re: [gentoo-dev] Gentoo: State of the Union Daniel Goller <morfic@g.o>
Re: [gentoo-dev] Gentoo: State of the Union Dan Armak <danarmak@g.o>