Getting at the BitKeeper repositories without BitKeeper
[Posted February 12, 2003 by corbet]
Andrea Arcangeli, with a statement that he prefers coding to participating
in flame wars, recently
released a script
which can pull code from a BitKeeper repository without the need to
actually run BitKeeper. The script makes use of
the web interface to the
repository running on bkbits.net. It looks like a great way for
developers who do not want to run proprietary software to get access to
Linus's current tree. There is only one problem, however: the BitMover
folks are very concerned about the amount of bandwidth that could be burned
by extensive use of this script, and have promised to shut down the web
interface if the bandwidth bill gets too high.
The issue of access to the BitKeeper repositories via free software will
not go away, however; there is a determined subset of the kernel hacker
community that simply does not want to use proprietary code. Fortunately,
there appears to be an answer on the horizon: BitMover has promised to make Linus's repository available
as an automatically updated CVS repository. That repository, presumably,
will be hosted at kernel.org. At that point, a lot of minds should be
eased about access to the repository - and about long-term preservation of
the
kernel's revision history in an open format (not that the BitKeeper format,
which is based on SCCS, is particularly closed).
Incidentally, it has been just over one year since Linus let the world
know he was trying out BitKeeper in the 2.5.4-pre1 announcement.
(
Log in to post comments)