LWN.net Logo

What Linus can use if Bitkeeper goes away

What Linus can use if Bitkeeper goes away

Posted Nov 24, 2003 19:48 UTC (Mon) by BrucePerens (subscriber, #2510)
Parent article: Linus & the Lunatics, Part I (Linux Journal)

Fortunately, Linus won't have to go back to tarballs if bitkeeper goes away. He can use this. The latest version of "arch" seems to be called "tla". It does provide the ability for any person to create branches, anywhere, without authorization from the person/site that the branch refers to. It's nice to see that this project didn't die.

Bruce


(Log in to post comments)

alternatives

Posted Nov 24, 2003 20:20 UTC (Mon) by stevenj (guest, #421) [Link]

There are also other alternatives being developed with similar features, e.g. darcs.

alternatives (monotone)

Posted Nov 24, 2003 22:21 UTC (Mon) by mjw (subscriber, #16740) [Link]

Or something like monotone.
It feels very mature already. Comes with a nice manual, imports your old rcs/cvs repositories easily, has patch authentication and comes with a Debian package.

Nice comparisons between the above systems and arch:

alternatives (monotone)

Posted Nov 25, 2003 6:23 UTC (Tue) by docolczyk (guest, #14874) [Link]

Which of these SCM ( including BitKeeper ) use a copy/merge system
as opposed to the semistandard check-in/check-out system?

I stick to CVS because I find copy/merge the single most important
feature. ( Having been screwed when people had things checked-out
when they took some time off on several occasions. )

How about real client/server systems. This time it was me that was
doing the screwing by deleting the repository. I prefer not to have direct
access unless I ask for it. Prevent accidental deleting that way.

alternatives (monotone)

Posted Nov 25, 2003 9:11 UTC (Tue) by dlang (✭ supporter ✭, #313) [Link]

go look at bitkeeper, you do copy/merge at the repository level, not at the file level you are used to doing with CVS. instead each developer has their own entire repository and you merge back and forth between them

alternatives (monotone)

Posted Dec 11, 2003 10:50 UTC (Thu) by docolczyk (guest, #14874) [Link]

I took a very brief look at bitkeeper then quickly ran away.
Lately I've been hearing some nasty comments about it's licensing.
So I checked that out first. The liccense ( of the free version )could only be viewed after you downloaded and installed the software.
To me that just sent upn too many red flags.

Any oninions on the elternatives?

Copyright © 2012, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds