Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Tue, 27 Jan 2004
Is tla just another tla?
I've wanted to get the full code for Planet Apache somewhere where other ASF folks could hack on it. Ordinarily that means a CVS repository. The thing is that the planet developers are using tla, which is the version of arch that has been rewritten in C (as opposed to being a pile of shell scripts). So Thom convinced me to try Arch.
After my adventures with subversion (svn), I was a little nervous, especially when I saw that Arch also uses the neon library. But for the most part, the Arch build was short and sweet. Arch has a very different model from CVS or svn. In Arch they use branches for everything, and make it easy to merge branches together. That seems kind of interesting. Even more interesting is that there really isn't any notion of a centralized server. Everyone can have their own repository and people decide whether or not they view another repository as a main line of development or not. Depending on the scenario, this seems like it would allow a very flexible way to organize groups of developers. So for now I'm going to try this, along with an Arch to CVS tool.
I've just started out with this, so I'll report more as I go along, but for those of you interested in trying this at home:
The Arch Wiki tells you how to get Arch and build it. This IRC transcript gives a quick tutorial on Arch. I also grabbed some tools off of the Arch wiki: cscvs, an Arch to CVS tool, tla-tools, which has a bunch of extra tools (and is cranky about building on OS X without GNU sed -- cranky as in hangs), tla.el, which provides simple Arch support in Emacs, and zsh-completion for tla, since there are lots of new commands to learn.
[23:26] |
[computers/open_source] |
# |
TB |
F |
G |
3 Comments |
It seems that quite a few people are looking at arch, playing with it, and seeing if it works for them. I have started using it myself and like it quite a bit. I'm not sure how it'll work with large projects (# of files, large file sizes, etc); I'm currently researching this.
Posted by Ryan at Wed Jan 28 14:49:05 2004
Posted by Ryan at Wed Jan 28 14:49:05 2004
Arch has potential IMHO and isn't very hard to set up (I didn't make it with CVS, didn't try SVN.)
BTW: Xouvert uses Arch.
Posted by Baczek at Sat Jan 31 02:49:58 2004
BTW: Xouvert uses Arch.
Posted by Baczek at Sat Jan 31 02:49:58 2004
After failing to get svn working under a variety of situations I started looking around for alternative, turns out that was on the very same day you posted about arch. That was coincidence enought that I'm now digging around the arch documentation and getting ready to install it.
Keep the updates coming on how it's working for you.
Posted by Joe at Tue Feb 3 05:19:19 2004
Keep the updates coming on how it's working for you.
Posted by Joe at Tue Feb 3 05:19:19 2004
You can subscribe to an RSS feed of the comments for this blog:
Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk