<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1469</id>
	<title>Nabble - Gnu - Arch - Users</title>
	<updated>2009-03-31T09:31:39Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnu---Arch---Users-f1469.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnu---Arch---Users-f1469.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-22809503</id>
	<title>tla: file descriptor leak, causes panic when removing temporary directory</title>
	<published>2009-03-31T09:31:39Z</published>
	<updated>2009-03-31T09:31:39Z</updated>
	<author>
		<name>Sergio Gelato</name>
	</author>
	<content type="html">Package: tla
&lt;br&gt;Version: 1.3.5+dfsg-14
&lt;br&gt;Tags: patch
&lt;br&gt;&lt;br&gt;When computing a changeset (e.g. for the &amp;quot;tla changes --diffs&amp;quot; command), tla
&lt;br&gt;creates a temporary directory with a name that begins in ,,what-changed.
&lt;br&gt;This directory is cleaned up at the end of the operation.
&lt;br&gt;&lt;br&gt;Symbolic links are compared by writing the target of the link into a
&lt;br&gt;text file under that directory, then relying on usual &amp;quot;diff&amp;quot; behaviour.
&lt;br&gt;&lt;br&gt;Unfortunately, tla doesn't explicitly close this text file. As a result:
&lt;br&gt;(1) it uses more file descriptors than necessary;
&lt;br&gt;(2) on some filesystems (e.g., OpenAFS 1.4.8 and newer) tla dies with
&lt;br&gt;an I/O panic as the rmdir() operation on the parent directory fails with 
&lt;br&gt;ENOTEMPTY, even though the unlink() of the file itself succeeded, because 
&lt;br&gt;the file is still open.
&lt;br&gt;&lt;br&gt;The attached patch has been tested and gets rid of symptom (2). I expect
&lt;br&gt;it to help with (1) as well. The variables that hold the file descriptor
&lt;br&gt;numbers go out of scope shortly afterwards.
&lt;br&gt;&lt;br /&gt;#! /bin/sh /usr/share/dpatch/dpatch-run
&lt;br&gt;## 07-changeset-fd-leak.dpatch by Sergio Gelato &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22809503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Sergio.Gelato@...&lt;/a&gt;&amp;gt;
&lt;br&gt;##
&lt;br&gt;## All lines beginning with `## DP:' are a description of the patch.
&lt;br&gt;## DP: Remember to close file descriptors before they go out of scope.
&lt;br&gt;&lt;br&gt;@DPATCH@
&lt;br&gt;diff -urNad tla-1.3.5+dfsg-14~/src/tla/libarch/make-changeset.c tla-1.3.5+dfsg-14/src/tla/libarch/make-changeset.c
&lt;br&gt;--- tla-1.3.5+dfsg-14~/src/tla/libarch/make-changeset.c	2006-07-20 08:34:40.000000000 +0200
&lt;br&gt;+++ tla-1.3.5+dfsg-14/src/tla/libarch/make-changeset.c	2009-03-31 00:19:39.449388785 +0200
&lt;br&gt;@@ -1485,6 +1485,9 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;safe_printfmt (orig_out_fd, &amp;quot;%s\n&amp;quot;, orig_target);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;safe_printfmt (mod_out_fd, &amp;quot;%s\n&amp;quot;, mod_target);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;safe_close (orig_out_fd);
&lt;br&gt;+	 &amp;nbsp; safe_close (mod_out_fd);
&lt;br&gt;+
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lim_free (0, patch_basename_path);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lim_free (0, orig_patch);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lim_free (0, mod_patch);
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=22809503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/tla%3A-file-descriptor-leak%2C-causes-panic-when-removing-temporary-directory-tp22809503p22809503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20850103</id>
	<title>Re: please look into gittorrent</title>
	<published>2008-12-05T01:07:28Z</published>
	<updated>2008-12-05T01:07:28Z</updated>
	<author>
		<name>Peter Conrad</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Am Freitag, 5. Dezember 2008 schrieb Thomas Lord:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Arch does better than git in taxonimizing versioned objects and in its
&lt;br&gt;&amp;gt; management of coding history, branching, merging, etc.... but Arch
&lt;br&gt;&amp;gt; shares with gittorrent this idea of distributed, decentralized revision
&lt;br&gt;&amp;gt; control -- free software source code should be just sort of &amp;quot;floating&amp;quot;
&lt;br&gt;&amp;gt; on a meta-net, on the Internet, over a P2P layer -- just so. &amp;nbsp;This is a
&lt;br&gt;&amp;gt; political goal because of the &amp;quot;decentralization&amp;quot; part.
&lt;br&gt;&lt;br&gt;I tried something like that back in the days of &amp;quot;larch&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.unix-ag.uni-kl.de/~conrad/Archives/DSDiF/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.unix-ag.uni-kl.de/~conrad/Archives/DSDiF/index.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Basically, the idea was to host larch archives within freenet.
&lt;br&gt;The proof-of-concept worked, but then tla was born, and somehow
&lt;br&gt;the project fell asleep...
&lt;br&gt;&lt;br&gt;The only thing that's really needed for hosting arch archives
&lt;br&gt;in freenet is an efficient way to mirror local archives into
&lt;br&gt;freenet and vice versa.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Peter
&lt;br&gt;-- 
&lt;br&gt;Peter Conrad &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 6102 / 80 99 072
&lt;br&gt;[ t]ivano Software GmbH &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +49 6102 / 80 99 071
&lt;br&gt;Bahnhofstr. 18 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.tivano.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tivano.de/&lt;/a&gt;&lt;br&gt;63263 Neu-Isenburg
&lt;br&gt;&lt;br&gt;Germany
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20850103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/please-look-into-gittorrent-tp20845374p20850103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20847274</id>
	<title>Re: please look into gittorrent</title>
	<published>2008-12-04T19:36:51Z</published>
	<updated>2008-12-04T19:36:51Z</updated>
	<author>
		<name>Matthew Hannigan</name>
	</author>
	<content type="html">lkcl's overview and related:
&lt;br&gt;&amp;nbsp; &amp;nbsp; GitTorrent, The Movie
&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.advogato.org/article/994.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.advogato.org/article/994.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;On Thu, Dec 04, 2008 at 04:50:41PM -0800, Andy Tai wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://code.google.com/p/gittorrent/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/gittorrent/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; On Thu, Dec 4, 2008 at 4:11 PM, Thomas Lord &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20847274&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lord@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Please look into gittorrent.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Andy Tai, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20847274&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;
&lt;/div&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gnu-arch-users mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20847274&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; GNU arch home page:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20847274&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/please-look-into-gittorrent-tp20845374p20847274.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20845797</id>
	<title>Re: please look into gittorrent</title>
	<published>2008-12-04T16:50:41Z</published>
	<updated>2008-12-04T16:50:41Z</updated>
	<author>
		<name>Andy Tai</name>
	</author>
	<content type="html">&lt;a href=&quot;http://code.google.com/p/gittorrent/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/gittorrent/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Thu, Dec 4, 2008 at 4:11 PM, Thomas Lord &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20845797&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lord@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Please look into gittorrent.&amp;nbsp; &lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Andy Tai, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20845797&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;&lt;br&gt;

&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20845797&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/please-look-into-gittorrent-tp20845374p20845797.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20845374</id>
	<title>please look into gittorrent</title>
	<published>2008-12-04T16:11:44Z</published>
	<updated>2008-12-04T16:11:44Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">Please look into gittorrent. &amp;nbsp;While there are still important (at least
&lt;br&gt;to my mind) gaps between git and Arch (things missing from the former
&lt;br&gt;that are at least pointed out by the latter) nevertheless gittorrent
&lt;br&gt;looks initially like an important development that helps narrow the gap.
&lt;br&gt;I wanted to go someplace similar with GNU Arch.
&lt;br&gt;&lt;br&gt;Arch does better than git in taxonimizing versioned objects and in its
&lt;br&gt;management of coding history, branching, merging, etc.... but Arch
&lt;br&gt;shares with gittorrent this idea of distributed, decentralized revision
&lt;br&gt;control -- free software source code should be just sort of &amp;quot;floating&amp;quot;
&lt;br&gt;on a meta-net, on the Internet, over a P2P layer -- just so. &amp;nbsp;This is a
&lt;br&gt;political goal because of the &amp;quot;decentralization&amp;quot; part.
&lt;br&gt;&lt;br&gt;We also have a lot of work to do on the economics of the emerging
&lt;br&gt;ecosystem of free software source code and because economics &amp;quot;wants&amp;quot; to
&lt;br&gt;be &amp;quot;transactional&amp;quot; -- and because of the nature of the natural unit of a
&lt;br&gt;&amp;quot;transaction&amp;quot; in software source code development and support -- the
&lt;br&gt;economics of how free software can be a career and the formality imposed
&lt;br&gt;by a global-scale, distributed, decentralized revision control system
&lt;br&gt;are closely intertwined. &amp;nbsp;Issuing a &amp;quot;commit&amp;quot; command should be an
&lt;br&gt;economically significant act -- a &amp;quot;transaction&amp;quot; in both senses of the
&lt;br&gt;word.
&lt;br&gt;&lt;br&gt;But that's a larger, future topic, for now. &amp;nbsp; For now: please do look
&lt;br&gt;into gittorrent and share your impressions. &amp;nbsp;Have they actually made
&lt;br&gt;progress on distributed, decentralized revision control? &amp;nbsp;Are their
&lt;br&gt;politics in order?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-t
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20845374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/please-look-into-gittorrent-tp20845374p20845374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20696489</id>
	<title>Re: Inclusion of Bzr into the GNU system</title>
	<published>2008-11-26T00:14:45Z</published>
	<updated>2008-11-26T00:14:45Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">On Wed, 2008-11-26 at 13:18 +0900, Stephen J. Turnbull wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; So there's no longer room for proof-of-concept implementations, and
&lt;br&gt;&amp;gt; that's all that Arch ever was to Tom Lord, at least that's what he
&lt;br&gt;&amp;gt; said when he was busking for (financial) contributions. &amp;nbsp;He even
&lt;br&gt;&amp;gt; regrets many of the UI and feature concessions he made to the crew of
&lt;br&gt;&amp;gt; developers who later became the nucleus of the Bazaar project. &amp;nbsp;Making
&lt;br&gt;&amp;gt; Arch into a contender again will require a genius (or, to be specific,
&lt;br&gt;&amp;gt; Tom). &amp;nbsp;But Tom, too, has moved on I think. &amp;nbsp;While there are many ideas
&lt;br&gt;&amp;gt; in Arch that haven't made it into other VCSes even today, the
&lt;br&gt;&amp;gt; value-add to implementing them in Yet Another DVCS probably isn't that
&lt;br&gt;&amp;gt; high.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;I have not &amp;quot;moved on&amp;quot; I've been slain. &amp;nbsp;I'm
&lt;br&gt;left with no career or career prospects, no
&lt;br&gt;savings, no resources to invest in much by way
&lt;br&gt;of software development and a damaged reputation
&lt;br&gt;as I enter my 44th year. &amp;nbsp;'Tis not so deep as a 
&lt;br&gt;well nor wide as a church door but 'tis enough;
&lt;br&gt;'twill serve.
&lt;br&gt;&lt;br&gt;I spend a decent amount of time, these days,
&lt;br&gt;observing a couple of trees and some birds
&lt;br&gt;that live nearby. &amp;nbsp;Oh, and, today I saw a cat
&lt;br&gt;do something surprising. &amp;nbsp;This appears to be about
&lt;br&gt;what's left for me.
&lt;br&gt;&lt;br&gt;Were it otherwise I might say:
&lt;br&gt;&lt;br&gt;I don't care about the &amp;quot;GNU project&amp;quot; per se,
&lt;br&gt;anymore, because I don't think that there is 
&lt;br&gt;any such project other than in name only. &amp;nbsp;There
&lt;br&gt;is no coherently expressed organizing set of goals.
&lt;br&gt;There is no true strategy. &amp;nbsp; There is no project
&lt;br&gt;there, no matter what it's called. &amp;nbsp; I'd argue
&lt;br&gt;that there once was a GNU project and that it
&lt;br&gt;was killed deliberately by Cygnus and Cygnus'
&lt;br&gt;friends although I must also give due credit 
&lt;br&gt;to RMS for folding like a house of cards under
&lt;br&gt;their pressure.
&lt;br&gt;&lt;br&gt;I do care about the progress of software in
&lt;br&gt;society. &amp;nbsp; I do think software freedom is important.
&lt;br&gt;I do think there is a social policy need for 
&lt;br&gt;something worthy of the name &amp;quot;GNU project&amp;quot; but
&lt;br&gt;as I say: no such thing exists. &amp;nbsp;It got killed
&lt;br&gt;and I would say it got killed to make way for 
&lt;br&gt;the Open Source Industrial Complex.
&lt;br&gt;&lt;br&gt;Were there a GNU project I think there is much
&lt;br&gt;from the Arch project that would be worth
&lt;br&gt;contemplating. &amp;nbsp; For example, much in Arch is
&lt;br&gt;applicable to the challenge of developing a 
&lt;br&gt;distributed, decentralized, transactional file
&lt;br&gt;system and I would also argue that such a bit of
&lt;br&gt;technology would help considerably to promote
&lt;br&gt;software freedom. &amp;nbsp;But there is no GNU project or
&lt;br&gt;anything like it and so why go into such matters?
&lt;br&gt;&lt;br&gt;I think that one thing that was and remains 
&lt;br&gt;under-appreciated about Arch is that it was
&lt;br&gt;an attack on the business models of the GNU/Linux
&lt;br&gt;vendors and the &amp;quot;large, well funded, famous 
&lt;br&gt;projects&amp;quot;. &amp;nbsp; It was a technological attack
&lt;br&gt;on the necessity of those firms in their present 
&lt;br&gt;form.
&lt;br&gt;&lt;br&gt;We, as a generally free-wheeling, crazy chaotic,
&lt;br&gt;catch-as-catch can community of free software
&lt;br&gt;developers *can* -- *without painful effort* -- 
&lt;br&gt;displace the need for big, centralized, lock-in
&lt;br&gt;GNU/Linux vendors and create stable distributions
&lt;br&gt;and support that is *more reliable* than the current
&lt;br&gt;vendors. &amp;nbsp;We can do all that and capture their 
&lt;br&gt;revenue streams into a process that democratically
&lt;br&gt;distributes the money among contributors. &amp;nbsp;We
&lt;br&gt;can do all of that in a decentralized way so that
&lt;br&gt;the arising of those replacement products is 
&lt;br&gt;an emergent property of our community practices --
&lt;br&gt;that is, we can &amp;quot;distribute control&amp;quot;.
&lt;br&gt;&lt;br&gt;Arch was *by design* a first step in that direction
&lt;br&gt;and so *naturally* it &amp;quot;had&amp;quot; to be rudely treated
&lt;br&gt;by capital. &amp;nbsp;Had Arch succeeded, Canonical, Red Hat,
&lt;br&gt;Linus, Collabnet, et al. would all have had to radically
&lt;br&gt;change business models sooner rather than later.
&lt;br&gt;&lt;br&gt;And so I am slain....
&lt;br&gt;&lt;br&gt;-t
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20696489&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inclusion-of-Bzr-into-the-GNU-system-tp20691554p20696489.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20694516</id>
	<title>Inclusion of Bzr into the GNU system</title>
	<published>2008-11-25T20:15:27Z</published>
	<updated>2008-11-25T20:15:27Z</updated>
	<author>
		<name>Stephen J. Turnbull</name>
	</author>
	<content type="html">deadlyhead writes:
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; But Python, while ostensibly free software,
&lt;br&gt;&lt;br&gt;Even RMS admits that it is strictly freer than GPL software, but based
&lt;br&gt;on the long-term interests of the community he decided that GNU policy
&lt;br&gt;should be oriented to *freedom-preserving* software, and not merely
&lt;br&gt;free software. &amp;nbsp;For that reason he defined &amp;quot;software freedom&amp;quot; in such
&lt;br&gt;a way as to allow restrictive licenses like the GPL, and the GPL is
&lt;br&gt;(at least to a pretty good approximation) the most restrictive license
&lt;br&gt;that still qualifies as a free software license (even the GFDL does
&lt;br&gt;not, although some instances of the GFDL do).
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; has a rather weak license and in the past its community has shown a
&lt;br&gt;&amp;nbsp;&amp;gt; bit of hostility toward maintaining the Four Freedoms. &amp;nbsp;This
&lt;br&gt;&amp;nbsp;&amp;gt; greatly troubles me for a project that has been accepted as part of
&lt;br&gt;&amp;nbsp;&amp;gt; the GNU system.
&lt;br&gt;&lt;br&gt;I guess you refuse to use X11, Perl, TeX, Apache, OpenSSH, and the BSD
&lt;br&gt;shell utilities, then? &amp;nbsp;The GNU System has a long history of
&lt;br&gt;incorporating free software even though it it not copyleft.
&lt;br&gt;&lt;br&gt;The license is easy enough to fix. &amp;nbsp;You can create a GNU Python
&lt;br&gt;project which simply GPLs each release of Python as it comes out (I
&lt;br&gt;told you Python's license was freer than the GPL, and this is an
&lt;br&gt;important example of that freedom -- go ahead and try the reverse on
&lt;br&gt;FSF-owned software if you don't believe me), and test whether Bazaar
&lt;br&gt;works with the GPLed version. &amp;nbsp;If not, you complain to the Bazaar
&lt;br&gt;devs.
&lt;br&gt;&lt;br&gt;Also, it's a fundamental principle of copyleft theory that you
&lt;br&gt;separate the platform from the licensed work. &amp;nbsp;If people want to port
&lt;br&gt;Emacs to Windows, this is not a problem for the Emacs project as long
&lt;br&gt;as it doesn't provide features that make using Emacs on Windows more
&lt;br&gt;attractive than using Emacs on free platforms. &amp;nbsp;The rationale is that
&lt;br&gt;Emacs becomes no less free, and all else equal Emacs users on Windows
&lt;br&gt;will find it easier to migrate to free platforms because they don't
&lt;br&gt;have to worry about learning a new editor.
&lt;br&gt;&lt;br&gt;For those reasons, I rather doubt that the discussion of admitting
&lt;br&gt;Bazaar as a GNU project (which AFAIK is kept private and simply
&lt;br&gt;consists of getting the developers to sign a document saying they
&lt;br&gt;adhere to GNU goals) considered whether Python was GNUish or not.
&lt;br&gt;&lt;br&gt;It certainly did not come up at all in the discussion of a DVCS for
&lt;br&gt;Emacs, which RMS summarily terminated by deciding on Bazaar because it
&lt;br&gt;was an active GNU project. &amp;nbsp;This, despite the presence of advocates of
&lt;br&gt;GNU Arch---who actually have maintained a working Arch mirror of Emacs
&lt;br&gt;for years. &amp;nbsp;Even Tom Lord, who participated in that discussion, was
&lt;br&gt;unable to effectively argue for Arch.
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;gt; This is just my perspective. &amp;nbsp;I'd like to see what others have to
&lt;br&gt;&amp;nbsp;&amp;gt; say for the inclusion of Bazaar as a GNU project, how that sits
&lt;br&gt;&amp;nbsp;&amp;gt; with the GNU Arch community, its benefits and detriments, and what
&lt;br&gt;&amp;nbsp;&amp;gt; that means for the future of Arch.
&lt;br&gt;&lt;br&gt;Sad to say, I don't think Arch has a future beyond maintaining
&lt;br&gt;existing projects that use Arch. &amp;nbsp;Distributed revision control has
&lt;br&gt;moved on. &amp;nbsp;Git provides performance and the most intuitive database
&lt;br&gt;schema, Mercurial gives almost as good performance and a convenient
&lt;br&gt;UI, Darcs is patch-oriented, has some nice UI features, and
&lt;br&gt;automatically computes optimal merge strategies for you, and Bazaar is
&lt;br&gt;a GNU project (acceptable to RMS as long-term host for his first-born
&lt;br&gt;child) for freedom-lovers.
&lt;br&gt;&lt;br&gt;So there's no longer room for proof-of-concept implementations, and
&lt;br&gt;that's all that Arch ever was to Tom Lord, at least that's what he
&lt;br&gt;said when he was busking for (financial) contributions. &amp;nbsp;He even
&lt;br&gt;regrets many of the UI and feature concessions he made to the crew of
&lt;br&gt;developers who later became the nucleus of the Bazaar project. &amp;nbsp;Making
&lt;br&gt;Arch into a contender again will require a genius (or, to be specific,
&lt;br&gt;Tom). &amp;nbsp;But Tom, too, has moved on I think. &amp;nbsp;While there are many ideas
&lt;br&gt;in Arch that haven't made it into other VCSes even today, the
&lt;br&gt;value-add to implementing them in Yet Another DVCS probably isn't that
&lt;br&gt;high.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20694516&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inclusion-of-Bzr-into-the-GNU-system-tp20691554p20694516.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20694114</id>
	<title>Re: Inclusion of Bzr into the GNU system</title>
	<published>2008-11-25T19:26:21Z</published>
	<updated>2008-11-25T19:26:21Z</updated>
	<author>
		<name>Stefan Monnier</name>
	</author>
	<content type="html">&amp;gt; This is just my perspective. &amp;nbsp;I'd like to see what others have to say for
&lt;br&gt;&amp;gt; the inclusion of Bazaar as a GNU project, how that sits with the GNU Arch
&lt;br&gt;&lt;br&gt;The fact that Bzr and Arch cover basically the same needs doesn't mean
&lt;br&gt;they can't both be GNU projects. &amp;nbsp;There is very little competition in
&lt;br&gt;the &amp;quot;race to be accepted as GNU project&amp;quot;.
&lt;br&gt;So to a large extent, the two are mostly unrelated. &amp;nbsp;If anything, Bzr's
&lt;br&gt;acceptance as a GNU package might be remotly linked to Arch's lack of
&lt;br&gt;development activity, but that's about it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Stefan
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20694114&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inclusion-of-Bzr-into-the-GNU-system-tp20691554p20694114.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20692118</id>
	<title>Re: Inclusion of Bzr into the GNU system</title>
	<published>2008-11-25T15:50:35Z</published>
	<updated>2008-11-25T15:50:35Z</updated>
	<author>
		<name>Andy Tai</name>
	</author>
	<content type="html">Hi, just some general comments:&lt;br&gt;&lt;br&gt;GNU Arch is not in active development, nor maintenance... (the latter my fault; the former, don&amp;#39;t blame me).&lt;br&gt;&lt;br&gt;Software&amp;#39;s value depends on many factors; resources behind active development are one of them...&amp;nbsp; in that regard bzr&amp;nbsp; beats&amp;nbsp; Arch&amp;nbsp; hands down.&amp;nbsp; There may be technical&amp;nbsp; viewpoints&amp;nbsp; favoring one or the other, but bzr also has one more thing superior to Arch: its (command line) user interface is much better due to the efforts spent on the design.&lt;br&gt;
&lt;br&gt;Python is free software; and how the Python inventor thinks of software freedom is not relevant because that is not connected to the developers of bzr. Not a reason to use or not to use Python. (I do not use Python myself)&lt;br&gt;
&lt;br&gt;Bzr is a GNU project; the issue of whether GNU should have accepted it is outside the scope of the GNU Arch community; frankly.&amp;nbsp; &lt;br&gt;&lt;br&gt;Arch is still a GNU project and contribution is welcome; and I welcome a better person to come along to take over the maintainership if such a hero exists.&lt;br&gt;
&lt;br&gt;Andy&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Tue, Nov 25, 2008 at 3:11 PM, deadlyhead &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20692118&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;deadlyhead@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
I&amp;#39;ve been sitting on this for a long time, but it&amp;#39;s been bothering me a bit and I need to get some others&amp;#39; perspectives on it.&lt;br&gt;
&lt;br&gt;
I&amp;#39;m a fan of GNU Arch. &amp;nbsp;Seriously. &amp;nbsp;I&amp;#39;m not a major software author at all, but I do have need of a revision control system, and of all that I&amp;#39;ve used, GNU Arch is the one that I really feel fits how I work. &amp;nbsp;The fact that it is distributed, that it uses forward patching, that it has a sane, usable interface and more make it ideally suited to my needs. &amp;nbsp;Most of all, it&amp;#39;s a GNU project, and thus I am ensured that in using it I retain my freedom.&lt;br&gt;

&lt;br&gt;
The fact that GNU Arch has a smaller user base than some revision systems has always been a bit of a downer to me, but has not deterred my use of it in my own projects. &amp;nbsp;When Bazaar forked, then rewrote, GNU Arch, I was fairly unimpressed, because potential users of Arch were then pulled over to Bzr. &amp;nbsp;I can&amp;#39;t fault either the Bazaar team nor the users; this is a freedom protected by free software. &amp;nbsp;I would have preferred to see those same efforts make there way into GNU Arch (though I have read of the reasons why they weren&amp;#39;t), but what really galls me is the means of developing Bazaar and the subsequent product.&lt;br&gt;

&lt;br&gt;
Bazaar is written in Python. &amp;nbsp;I&amp;#39;ve used Python, and though I personally don&amp;#39;t prefer it (I&amp;#39;m a Guile user), I see its merits and why so many programmers are drawn to it. &amp;nbsp;But Python, while ostensibly free software, has a rather weak license and in the past its community has shown a bit of hostility toward maintaining the Four Freedoms. &amp;nbsp;This greatly troubles me for a project that has been accepted as part of the GNU system. &amp;nbsp;I would like to have seen the deliberations over accepting Bazaar as a GNU project and know whether this issue was brought up.&lt;br&gt;

&lt;br&gt;
My personal wish would be to see the continued development of GNU Arch (1.x or 2, either works) as a GNU project. &amp;nbsp;I feel that these programs are much more in line with GNU philosophy and thus a better choice for the system. &amp;nbsp;I realize that the ``best&amp;#39;&amp;#39; way to go about this is to take an active role in the development of either piece of software, and I&amp;#39;d love to, though I feel barely confident in my abilities to do the software justice. &amp;nbsp;(I&amp;#39;m a passable C programmer at best. &amp;nbsp;Along with being an avid Guile user, my interests lie squarely with Ada programming and GNAT. &amp;nbsp;Talk about marginalizing my own project acceptance!) &amp;nbsp;I feel that it would be worthwhile to use all GNU-supported languages for GNU projects, and GNU Arch extended with Guile would be a worthy showpiece for GNU&amp;#39;s extension language as well. &amp;nbsp;Maybe I&amp;#39;m just a fanboy, but using GNU&amp;#39;s tools when working on a GNU project seems _right_ in so many ways.&lt;br&gt;

&lt;br&gt;
This is just my perspective. &amp;nbsp;I&amp;#39;d like to see what others have to say for the inclusion of Bazaar as a GNU project, how that sits with the GNU Arch community, its benefits and detriments, and what that means for the future of Arch. &amp;nbsp;I&amp;#39;m inclined to get involved with Arch if it&amp;#39;s active in any way still (but don&amp;#39;t think I could push start it if it&amp;#39;s stalled), &amp;nbsp;but due to my reservations with Bazaar, involvement in it, let alone use of it, is unlikely. &amp;nbsp;(It doesn&amp;#39;t even work on my Debian box! &amp;nbsp;WTFpython!?)&lt;br&gt;

&lt;br&gt;
Thanks for reading.&lt;br&gt;
&lt;br&gt;
-- deadlyhead&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Gnu-arch-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20692118&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
GNU arch home page:&lt;br&gt;
&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Andy Tai, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20692118&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20692118&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inclusion-of-Bzr-into-the-GNU-system-tp20691554p20692118.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-20691554</id>
	<title>Inclusion of Bzr into the GNU system</title>
	<published>2008-11-25T15:11:18Z</published>
	<updated>2008-11-25T15:11:18Z</updated>
	<author>
		<name>Seth Brutzman</name>
	</author>
	<content type="html">I've been sitting on this for a long time, but it's been bothering me a 
&lt;br&gt;bit and I need to get some others' perspectives on it.
&lt;br&gt;&lt;br&gt;I'm a fan of GNU Arch. &amp;nbsp;Seriously. &amp;nbsp;I'm not a major software author at 
&lt;br&gt;all, but I do have need of a revision control system, and of all that 
&lt;br&gt;I've used, GNU Arch is the one that I really feel fits how I work. &amp;nbsp;The 
&lt;br&gt;fact that it is distributed, that it uses forward patching, that it has 
&lt;br&gt;a sane, usable interface and more make it ideally suited to my needs. &amp;nbsp;
&lt;br&gt;Most of all, it's a GNU project, and thus I am ensured that in using it 
&lt;br&gt;I retain my freedom.
&lt;br&gt;&lt;br&gt;The fact that GNU Arch has a smaller user base than some revision 
&lt;br&gt;systems has always been a bit of a downer to me, but has not deterred my 
&lt;br&gt;use of it in my own projects. &amp;nbsp;When Bazaar forked, then rewrote, GNU 
&lt;br&gt;Arch, I was fairly unimpressed, because potential users of Arch were 
&lt;br&gt;then pulled over to Bzr. &amp;nbsp;I can't fault either the Bazaar team nor the 
&lt;br&gt;users; this is a freedom protected by free software. &amp;nbsp;I would have 
&lt;br&gt;preferred to see those same efforts make there way into GNU Arch (though 
&lt;br&gt;I have read of the reasons why they weren't), but what really galls me 
&lt;br&gt;is the means of developing Bazaar and the subsequent product.
&lt;br&gt;&lt;br&gt;Bazaar is written in Python. &amp;nbsp;I've used Python, and though I personally 
&lt;br&gt;don't prefer it (I'm a Guile user), I see its merits and why so many 
&lt;br&gt;programmers are drawn to it. &amp;nbsp;But Python, while ostensibly free 
&lt;br&gt;software, has a rather weak license and in the past its community has 
&lt;br&gt;shown a bit of hostility toward maintaining the Four Freedoms. &amp;nbsp;This 
&lt;br&gt;greatly troubles me for a project that has been accepted as part of the 
&lt;br&gt;GNU system. &amp;nbsp;I would like to have seen the deliberations over accepting 
&lt;br&gt;Bazaar as a GNU project and know whether this issue was brought up.
&lt;br&gt;&lt;br&gt;My personal wish would be to see the continued development of GNU Arch 
&lt;br&gt;(1.x or 2, either works) as a GNU project. &amp;nbsp;I feel that these programs 
&lt;br&gt;are much more in line with GNU philosophy and thus a better choice for 
&lt;br&gt;the system. &amp;nbsp;I realize that the ``best'' way to go about this is to take 
&lt;br&gt;an active role in the development of either piece of software, and I'd 
&lt;br&gt;love to, though I feel barely confident in my abilities to do the 
&lt;br&gt;software justice. &amp;nbsp;(I'm a passable C programmer at best. &amp;nbsp;Along with 
&lt;br&gt;being an avid Guile user, my interests lie squarely with Ada programming 
&lt;br&gt;and GNAT. &amp;nbsp;Talk about marginalizing my own project acceptance!) &amp;nbsp;I feel 
&lt;br&gt;that it would be worthwhile to use all GNU-supported languages for GNU 
&lt;br&gt;projects, and GNU Arch extended with Guile would be a worthy showpiece 
&lt;br&gt;for GNU's extension language as well. &amp;nbsp;Maybe I'm just a fanboy, but 
&lt;br&gt;using GNU's tools when working on a GNU project seems _right_ in so many 
&lt;br&gt;ways.
&lt;br&gt;&lt;br&gt;This is just my perspective. &amp;nbsp;I'd like to see what others have to say 
&lt;br&gt;for the inclusion of Bazaar as a GNU project, how that sits with the GNU 
&lt;br&gt;Arch community, its benefits and detriments, and what that means for the 
&lt;br&gt;future of Arch. &amp;nbsp;I'm inclined to get involved with Arch if it's active 
&lt;br&gt;in any way still (but don't think I could push start it if it's 
&lt;br&gt;stalled), &amp;nbsp;but due to my reservations with Bazaar, involvement in it, 
&lt;br&gt;let alone use of it, is unlikely. &amp;nbsp;(It doesn't even work on my Debian 
&lt;br&gt;box! &amp;nbsp;WTFpython!?)
&lt;br&gt;&lt;br&gt;Thanks for reading.
&lt;br&gt;&lt;br&gt;-- deadlyhead
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=20691554&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Inclusion-of-Bzr-into-the-GNU-system-tp20691554p20691554.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19266584</id>
	<title>Re: botched invariant pest</title>
	<published>2008-09-02T01:57:44Z</published>
	<updated>2008-09-02T01:57:44Z</updated>
	<author>
		<name>Peter Conrad</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Am Samstag, 30. August 2008 schrieb Ralf Juengling:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In recent days I am experiencing the same error message again
&lt;br&gt;&amp;gt; and again, a message which does not reveal anything to me:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; * looking for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19266584&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juengling@...&lt;/a&gt;/lush--soc--1.4--patch-176 to compare
&lt;br&gt;&amp;gt; with * comparing to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19266584&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juengling@...&lt;/a&gt;/lush--soc--1.4--patch-176
&lt;br&gt;&amp;gt; /u/juenglin/downloads/tla-1.3.5/src/tla/libarch/invent.c:982:botched
&lt;br&gt;&amp;gt; invariant
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;*a &amp;lt; *b
&lt;br&gt;&amp;gt; PANIC: exiting on botched invariant
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Whenever I run into this, the project tree becomes unusable and
&lt;br&gt;&amp;gt; I need to start a new one, find those modified files and copy
&lt;br&gt;&amp;gt; them over to the new project tree by hand.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; These error message are haunting me for a couple of days now
&lt;br&gt;&amp;gt; and have not been able to make out what might trigger them to
&lt;br&gt;&amp;gt; occur. I am working on my files, do a 'tla changes' once in a
&lt;br&gt;&amp;gt; while, and suddenly I see this error.
&lt;/div&gt;&lt;br&gt;AFAICS this happens when tla compares path names that should be
&lt;br&gt;in lexical order but aren't. At first glance, the reason for this 
&lt;br&gt;could be that the list of path names is sorted as t_uchar, but
&lt;br&gt;the botched invariant compares char *.
&lt;br&gt;&lt;br&gt;And the reason for this is, most likely, non-ascii characters in
&lt;br&gt;filenames.
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Peter
&lt;br&gt;-- 
&lt;br&gt;Peter Conrad &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 6102 / 80 99 072
&lt;br&gt;[ t]ivano Software GmbH &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +49 6102 / 80 99 071
&lt;br&gt;Bahnhofstr. 18 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.tivano.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.tivano.de/&lt;/a&gt;&lt;br&gt;63263 Neu-Isenburg
&lt;br&gt;&lt;br&gt;Germany
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19266584&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/botched-invariant-pest-tp19235726p19266584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-19235726</id>
	<title>botched invariant pest</title>
	<published>2008-08-30T11:05:37Z</published>
	<updated>2008-08-30T11:05:37Z</updated>
	<author>
		<name>Ralf Juengling</name>
	</author>
	<content type="html">Greetings,
&lt;br&gt;&lt;br&gt;In recent days I am experiencing the same error message again
&lt;br&gt;and again, a message which does not reveal anything to me:
&lt;br&gt;&lt;br&gt;* looking for &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19235726&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juengling@...&lt;/a&gt;/lush--soc--1.4--patch-176 to compare with
&lt;br&gt;* comparing to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19235726&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;juengling@...&lt;/a&gt;/lush--soc--1.4--patch-176
&lt;br&gt;/u/juenglin/downloads/tla-1.3.5/src/tla/libarch/invent.c:982:botched 
&lt;br&gt;invariant
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*a &amp;lt; *b
&lt;br&gt;PANIC: exiting on botched invariant
&lt;br&gt;&lt;br&gt;Whenever I run into this, the project tree becomes unusable and
&lt;br&gt;I need to start a new one, find those modified files and copy
&lt;br&gt;them over to the new project tree by hand.
&lt;br&gt;&lt;br&gt;These error message are haunting me for a couple of days now
&lt;br&gt;and have not been able to make out what might trigger them to
&lt;br&gt;occur. I am working on my files, do a 'tla changes' once in a
&lt;br&gt;while, and suddenly I see this error.
&lt;br&gt;&lt;br&gt;Any help will be much appreciated.
&lt;br&gt;Ralf
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=19235726&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/botched-invariant-pest-tp19235726p19235726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18484960</id>
	<title>Re: GNU Arch intro in russian</title>
	<published>2008-07-16T03:53:43Z</published>
	<updated>2008-07-16T03:53:43Z</updated>
	<author>
		<name>Mikhael Goikhman</name>
	</author>
	<content type="html">On 16 Jul 2008 13:46:23 +0700, Ivan Shmakov wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	FWIW, I've put a short introduction into the GNU Arch in Russian
&lt;br&gt;&amp;gt; 	on the Web:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://theory.asu.ru/~ivan/doc/tla/index.html.ru&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://theory.asu.ru/~ivan/doc/tla/index.html.ru&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	The whole idea behind these bits was to make new GNU Arch users
&lt;br&gt;&amp;gt; 	able to do some basic work with it, such as: registering archive
&lt;br&gt;&amp;gt; 	locations and retrieving working copies out of the Arch
&lt;br&gt;&amp;gt; 	archives. &amp;nbsp;It doesn't reveal much more beside of that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 	(Although I still have plans for writing a more comprehensive
&lt;br&gt;&amp;gt; 	comparison of the GNU Arch to the other DVCS of today, both in
&lt;br&gt;&amp;gt; 	English and Russian.)
&lt;/div&gt;&lt;br&gt;If it helps, you may use this information about GNU Arch:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://migo.sixbit.org/papers/Revision_Control_Systems/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://migo.sixbit.org/papers/Revision_Control_Systems/&lt;/a&gt;&lt;br&gt;&lt;br&gt;My coworkers consult this Arch tutorial to work on their branches.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Mikhael.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18484960&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNU-Arch-intro-in-russian-tp18482637p18484960.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-18482637</id>
	<title>GNU Arch intro in russian</title>
	<published>2008-07-15T23:46:23Z</published>
	<updated>2008-07-15T23:46:23Z</updated>
	<author>
		<name>Ivan Shmakov</name>
	</author>
	<content type="html">&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FWIW, I've put a short introduction into the GNU Arch in Russian
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; on the Web:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://theory.asu.ru/~ivan/doc/tla/index.html.ru&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://theory.asu.ru/~ivan/doc/tla/index.html.ru&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The whole idea behind these bits was to make new GNU Arch users
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; able to do some basic work with it, such as: registering archive
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; locations and retrieving working copies out of the Arch
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; archives. &amp;nbsp;It doesn't reveal much more beside of that.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (Although I still have plans for writing a more comprehensive
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; comparison of the GNU Arch to the other DVCS of today, both in
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; English and Russian.)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=18482637&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/GNU-Arch-intro-in-russian-tp18482637p18482637.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-17374394</id>
	<title>Fwd: Bazaar becomes a GNU project</title>
	<published>2008-05-21T10:28:58Z</published>
	<updated>2008-05-21T10:28:58Z</updated>
	<author>
		<name>Andy Tai</name>
	</author>
	<content type="html">Bazaar was &amp;quot;derived&amp;quot; (in a way) from Arch.&amp;nbsp; This should be of interest to people here regardless of what you thought of Bzr.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;---------- Forwarded message ----------&lt;br&gt;From: &lt;b class=&quot;gmail_sendername&quot;&gt;Martin Pool&lt;/b&gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17374394&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mbp@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Date: Wed, May 21, 2008 at 3:05 AM&lt;br&gt;Subject: Bazaar becomes a GNU project&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17374394&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info-gnu@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The Bazaar version control system &amp;lt;&lt;a href=&quot;http://bazaar-vcs.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://bazaar-vcs.org/&lt;/a&gt;&amp;gt; recently became&lt;br&gt;

a GNU project. &amp;nbsp;We set out several years ago to build a version control&lt;br&gt;
system that would suit the collaboration and cooperation at the heart of&lt;br&gt;
free software, and Bazaar is the result of that effort.&lt;br&gt;
&lt;br&gt;
Our goal has been to make distributed version control easy to use&lt;br&gt;
across all platforms. Bazaar features a simple and friendly interface,&lt;br&gt;
so that new users will find it familiar and natural. The key&lt;br&gt;
operations for distributed version control are branching and merging,&lt;br&gt;
so much of Bazaar&amp;#39;s design is to make sure that you can branch and&lt;br&gt;
merge efficiently between individuals and teams, using local or remote&lt;br&gt;
branches. For developers, there is an extension API and plugin&lt;br&gt;
suite that enable you to extend Bazaar, and bzrlib makes it easy to&lt;br&gt;
embed Bazaar functionality into your own GPL applications.&lt;br&gt;
&lt;br&gt;
Bazaar is still under very active development. &amp;nbsp;There is a culture of code&lt;br&gt;
reviews and test driven development in the Bazaar core team, so you can&lt;br&gt;
quite easily expect to be able to contribute code to the core of Bazaar.&lt;br&gt;
The focus of our current work on Bazaar is network efficiency, so we&lt;br&gt;
encourage folks to help us optimise the smart server protocol for&lt;br&gt;
collaboration from all corners of the globe.&lt;br&gt;
&lt;br&gt;
Another goal in the design of Bazaar is to make it straightforward to&lt;br&gt;
interoperate with projects that are using a different VCS. We know&lt;br&gt;
different projects will choose the tools that suit them, but we wanted&lt;br&gt;
to make it possible for someone to use Bazaar to participate in any&lt;br&gt;
project. So Bazaar can represent the version control operations of&lt;br&gt;
every other VCS, and there are plugins that let you read version&lt;br&gt;
history for a project into Bazaar from Subversion, Git, CVS and other&lt;br&gt;
projects. It is possible to keep the &amp;quot;trunk&amp;quot; of project development&lt;br&gt;
on, say, Subversion, and run a continuous &amp;quot;import&amp;quot; of that trunk into&lt;br&gt;
Bazaar from which developers can branch and merge. Such an import has&lt;br&gt;
already been setup for Emacs and a few other projects - Canonical runs&lt;br&gt;
more than 1,000 of them constantly at Launchpad.net (see&lt;br&gt;
&lt;a href=&quot;https://code.launchpad.net/+project-cloud&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://code.launchpad.net/+project-cloud&lt;/a&gt; for a list of projects that&lt;br&gt;
have registered Bazaar branches there). The code that does the&lt;br&gt;
Launchpad imports is all published under the GPL if you want to do it&lt;br&gt;
yourself.&lt;br&gt;
&lt;br&gt;
We&amp;#39;re happy to help with, or offer advice on, conversion of your&lt;br&gt;
project from any other system. Speak to us in #bzr on Freenode, or&lt;br&gt;
write to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17374394&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bazaar@...&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
You can host Bazaar branches on almost any server where you&lt;br&gt;
have read and write access over SFTP, FTP or HTTP, or over SSH with the&lt;br&gt;
bzr smart server. &amp;nbsp;We would like to have first-class support on Savannah,&lt;br&gt;
and are seeking someone experienced with PHP and Perl and the Savane&lt;br&gt;
codebase to help with this.&lt;br&gt;
&lt;font color=&quot;#888888&quot;&gt;&lt;br&gt;
--&lt;br&gt;
Martin&lt;br&gt;
for the Bazaar developers&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
GNU Announcement mailing list &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17374394&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info-gnu@...&lt;/a&gt;&amp;gt;&lt;br&gt;
&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/info-gnu&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/info-gnu&lt;/a&gt;&lt;br&gt;
&lt;/font&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Andy Tai, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17374394&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=17374394&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-Bazaar-becomes-a-GNU-project-tp17374394p17374394.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16640565</id>
	<title>rev. ctl and file systems</title>
	<published>2008-04-11T13:48:44Z</published>
	<updated>2008-04-11T13:48:44Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">So, the general question is &amp;quot;should revision control be
&lt;br&gt;built-in at the storage level; &amp;nbsp;should it be part of the file system&amp;quot;.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Here is a more complete description of my current best guess
&lt;br&gt;as to a good answer. &amp;nbsp; This answer is already present in
&lt;br&gt;the design (and partially, in the implementation) of
&lt;br&gt;Flower: &amp;nbsp;&lt;a href=&quot;http://basiscraft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://basiscraft.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;Flower contains patent pending technology, I am obligated
&lt;br&gt;to remind people, at this juncture. &amp;nbsp;(The source code at
&lt;br&gt;the link uses a license that the FSF describes as a free
&lt;br&gt;software license and that the OSI has approved as an open source
&lt;br&gt;license. &amp;nbsp;It also helps to protect the value of any patents I
&lt;br&gt;may receive).
&lt;br&gt;&lt;br&gt;&lt;br&gt;-------------------------------------------------------------
&lt;br&gt;&lt;br&gt;As I said, &amp;quot;yes,&amp;quot; loosely speaking, I see the next logical step
&lt;br&gt;as being to build revision control deep into the storage level.
&lt;br&gt;First &amp;quot;why&amp;quot; and then &amp;quot;how&amp;quot;:
&lt;br&gt;&lt;br&gt;--------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;quot;Why&amp;quot; is more than just a matter of convenience. &amp;nbsp;It's a
&lt;br&gt;matter of necessity. &amp;nbsp; The reason is because of the rising
&lt;br&gt;importance of portable, personal computing and because
&lt;br&gt;of the rising importance of distributed collaboration.
&lt;br&gt;&lt;br&gt;When we carry around computers, and especially when we
&lt;br&gt;sometimes &amp;quot;work off-line&amp;quot; but then &amp;quot;sync-up&amp;quot;, in effect we
&lt;br&gt;are (by hand) simulating a distributed file system.
&lt;br&gt;&lt;br&gt;When two of us do that at the same time, remote from
&lt;br&gt;one another but working on copies of the &amp;quot;same files&amp;quot; that
&lt;br&gt;later we want to sync up, we are (by hand) simulating
&lt;br&gt;a revision control operation.
&lt;br&gt;&lt;br&gt;Even without &amp;quot;off-line&amp;quot; operation: &amp;nbsp;if two of us edit the same
&lt;br&gt;documents stored on the web, at the same time (as in Wikis) then,
&lt;br&gt;again, we need revision control functionality.
&lt;br&gt;&lt;br&gt;Because these kinds of activities are more and more the common
&lt;br&gt;case (at least for personal communication or collaborative content),
&lt;br&gt;we are reaching a situation in which we really &amp;quot;want&amp;quot; distributed,
&lt;br&gt;decentralized revision control for pretty much *all* of our
&lt;br&gt;data.
&lt;br&gt;&lt;br&gt;There is a group of researchers who, for many years, have worked
&lt;br&gt;on what I would call &amp;quot;conventional&amp;quot; approaches to (perhaps global-scale)
&lt;br&gt;distributed file systems. &amp;nbsp; An early cite might be, for example, the
&lt;br&gt;Andrew file system (aka AFS). &amp;nbsp; An interesting observation is that as they
&lt;br&gt;have wrestled with the problem of scaling upwards to global scale, and
&lt;br&gt;coping with networks that sometimes &amp;quot;partition&amp;quot; during a netsplit
&lt;br&gt;or that simply can be very slow -- they too have (long since) discovered
&lt;br&gt;that distributed, decentralized revision control is the only way to go.
&lt;br&gt;&lt;br&gt;So, the need for this at the storage level is indicated from top to
&lt;br&gt;bottom: &amp;nbsp;from what users need all the way down to what implementations
&lt;br&gt;require in order to work at all.
&lt;br&gt;&lt;br&gt;That's enough &amp;quot;why&amp;quot; for now.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Let's talk &amp;quot;how&amp;quot;.
&lt;br&gt;&lt;br&gt;Laurent, your message set out to nicely explore a design space
&lt;br&gt;and try to map out the game tree there. &amp;nbsp; That's a good approach.
&lt;br&gt;But.... let's take one step back here.
&lt;br&gt;&lt;br&gt;Most of what you are talking about is ways to put revctl functionality
&lt;br&gt;into a unix-like file system. &amp;nbsp; We could imagine some future
&lt;br&gt;&amp;quot;Linux ext5 file system&amp;quot; that has these new capabilities.
&lt;br&gt;&lt;br&gt;I doubt that that is the right approach, though the reasons are a
&lt;br&gt;little unfamiliar to many:
&lt;br&gt;&lt;br&gt;First, memory (RAM) is inexpensive. &amp;nbsp; Second, network bandwidth
&lt;br&gt;is tending to go up but, network latency can only go so far. 
&lt;br&gt;&lt;br&gt;Let's look at latency. &amp;nbsp; Rough distance from the San Francisco Bay
&lt;br&gt;Area, where I live, to Boston, where the GNU project lives, is
&lt;br&gt;2,700 miles.
&lt;br&gt;&lt;br&gt;Ignoring all medium and switching costs, the best possible latency
&lt;br&gt;between me and Boston exceeds 14 milliseconds. &amp;nbsp; In reality, it
&lt;br&gt;will always be much worse than that. &amp;nbsp; In contrast, the latency
&lt;br&gt;cost of a system call on a local PC is something we typically measure
&lt;br&gt;in microseconds.
&lt;br&gt;&lt;br&gt;Why does latency matter to the design of a unix-like file system?
&lt;br&gt;Because the traditional unix API for files encourages random access,
&lt;br&gt;short reads and writes, etc. &amp;nbsp; It is on the basis of those properties that,
&lt;br&gt;for example, MySQL or Berkeley DB can reasonably run *atop* a
&lt;br&gt;unix file system rather than having to go to a &amp;quot;raw disk&amp;quot;. &amp;nbsp;The unix
&lt;br&gt;API makes it possible and natural; &amp;nbsp;the low (local) latency makes it
&lt;br&gt;practical (enough). &amp;nbsp; But raise that latency by an order of magnitude
&lt;br&gt;and, suddenly, the API no longer makes practical sense.
&lt;br&gt;&lt;br&gt;Why does memory matter? &amp;nbsp;Because that gives us an alternative: &amp;nbsp;we
&lt;br&gt;can do more work locally in RAM (even nvram or otherwise locally
&lt;br&gt;persistent store) and, instead of using a unix-like API, just try to
&lt;br&gt;read and write large chunks, infrequently.
&lt;br&gt;&lt;br&gt;Another practical insight here is that Unix's meta-data standards
&lt;br&gt;and transactional capabilities are anemic for todays needs; &amp;nbsp;it's
&lt;br&gt;indexing capabilities all but non-existent.
&lt;br&gt;&lt;br&gt;So, when it comes to &amp;quot;how&amp;quot; my inclination is to re-think what we
&lt;br&gt;mean by &amp;quot;file&amp;quot;.
&lt;br&gt;&lt;br&gt;The W3C's emerging architecture gives us a very natural answer:
&lt;br&gt;a &amp;quot;file&amp;quot; is (roughly speaking) the kind of thing you GET in an HTTP
&lt;br&gt;reply or PUT in an HTTP request. &amp;nbsp; Simplifying only a little, we can
&lt;br&gt;say that a &amp;quot;file&amp;quot; is, therefore:
&lt;br&gt;&lt;br&gt;1. An envelope, containing arbitrary XML meta-data.
&lt;br&gt;2. A primary payload, containing arbitrary XML data.
&lt;br&gt;3. One more (possibly multi-media) &amp;quot;attachments&amp;quot; -- additional
&lt;br&gt;&amp;nbsp; &amp;nbsp; MIME &amp;quot;parts&amp;quot;.
&lt;br&gt;&lt;br&gt;My concept of a multi-forked, multi-media file here is one that
&lt;br&gt;might remind you a bit of, for example, the original Macintosh
&lt;br&gt;file system.
&lt;br&gt;&lt;br&gt;Given that insight, &amp;quot;how&amp;quot;:
&lt;br&gt;&lt;br&gt;Well, to make a long story short my thought (in Flower) is to
&lt;br&gt;leverage database technology like Berkeley DB / DBXML for
&lt;br&gt;storage, transactions, and indexing --- and then to build revision
&lt;br&gt;control into the API for accessing that new kind of store.
&lt;br&gt;&lt;br&gt;That's one reason I hesitate before investing more in Arch 2.0:
&lt;br&gt;&lt;br&gt;I wonder if we can't render traditional unix file systems &amp;quot;obsolete
&lt;br&gt;legacy&amp;quot; within 5-10 years.
&lt;br&gt;&lt;br&gt;Make some sense?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-t
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16640565&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16640565.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16632872</id>
	<title>Re: revc</title>
	<published>2008-04-11T06:38:40Z</published>
	<updated>2008-04-11T06:38:40Z</updated>
	<author>
		<name>Laurent Wandrebeck-2</name>
	</author>
	<content type="html">2008/4/11, Laurent Wandrebeck &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16632872&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.wandrebeck@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;Hi again,
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;(quick thinking) I see 4 ways here:
&lt;br&gt;&amp;gt; &amp;nbsp;- Really develop a kernel level FS tailored for revision control
&lt;br&gt;&amp;gt; &amp;nbsp;system. Cons: quite a lot of work, pretty annoying to deploy,
&lt;br&gt;&amp;gt; &amp;nbsp;portability problems. We may hit too VFS &amp;quot;limitations&amp;quot; as we may need
&lt;br&gt;&amp;gt; &amp;nbsp;VFS changes. -&amp;gt; hard (impossible ?) to be integrated in mainline (just
&lt;br&gt;&amp;gt; &amp;nbsp;talking about linux/bsd kernels here. Reiser4 is a good example).
&lt;br&gt;&amp;gt; &amp;nbsp;Impossible with MS/Windows and other proprietary problems. Pros: would
&lt;br&gt;&amp;gt; &amp;nbsp;be fast.
&lt;br&gt;&amp;gt; &amp;nbsp;- Work on top of the FS, like some kind of a tar file. Cons: slower
&lt;br&gt;&amp;gt; &amp;nbsp;than a kernel level FS (but faster than FUSE I think). Pros:
&lt;br&gt;&amp;gt; &amp;nbsp;portability. Easy to distribute (http, ftp, ssh, rsync, you name it).
&lt;br&gt;&amp;gt; &amp;nbsp;We can implement our own checksumming, snapshoting methods as needed.
&lt;br&gt;&amp;gt; &amp;nbsp;- Use FUSE (FS in userspace) : still need to read through the doc to
&lt;br&gt;&amp;gt; &amp;nbsp;see if it provides snapshots and such. Anyway, ZFS on top of FUSE
&lt;br&gt;&amp;gt; &amp;nbsp;exists, so I suppose it would be powerful enough. Cons i'm aware of:
&lt;br&gt;&amp;gt; &amp;nbsp;quite slow. Unsure about availability on MS/Win (looks like there's a
&lt;br&gt;&amp;gt; &amp;nbsp;C# version). No openBSD port.
&lt;br&gt;&amp;gt; &amp;nbsp;- Work with the FS, like tla, git etc. Pros: well known. stable. Cons:
&lt;br&gt;&amp;gt; &amp;nbsp;limited by FS features (snapshotting just a part of a FS etc) -&amp;gt; need
&lt;br&gt;&amp;gt; &amp;nbsp;to implement it ourselves. Like in the &amp;quot;tar file&amp;quot; like way, but may be
&lt;br&gt;&amp;gt; &amp;nbsp;more difficult due to number of files etc.
&lt;br&gt;&amp;gt; &amp;nbsp;My prefered way would be the &amp;quot;tar file&amp;quot; like approach. You ?
&lt;/div&gt;A fifth way came to my mind. It'd need more thinking from a technical
&lt;br&gt;POV, but here it is anyway:
&lt;br&gt;- Using a SQL backend. A powerful one. That means truly ACID, or we
&lt;br&gt;wouldn't really get any pros from using it. Pros: Once the DB
&lt;br&gt;designed, no need to take care of the storage technical details.
&lt;br&gt;Easily allows to insert, update, delete, diff etc file contents.
&lt;br&gt;Snapshots are easy. Cons: each user would have to have the backend
&lt;br&gt;running on its system. quite easy if we would use sqlite or something,
&lt;br&gt;a bit more work if we would use a real DBMS like postgreSQL. A SQL
&lt;br&gt;backend looks easy to use in a centralized revision control system.
&lt;br&gt;Doesn't look so in a distributed one.
&lt;br&gt;Regards,
&lt;br&gt;Laurent.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16632872&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16632872.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16630014</id>
	<title>Re: revc</title>
	<published>2008-04-11T04:03:57Z</published>
	<updated>2008-04-11T04:03:57Z</updated>
	<author>
		<name>Laurent Wandrebeck-2</name>
	</author>
	<content type="html">2008/3/31, Thomas Lord &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16630014&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lord@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Hi. &amp;nbsp;This is a combined reply to both of your messages.
&lt;br&gt;Hi. Sorry for the delay but real life has ben awfully busy last days.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I think I can but not in a sentence or two and not off the cuff.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;An example area of the problems: the Arch concept of file identity
&lt;br&gt;&amp;gt; &amp;nbsp;and the way that Arch handles renames, etc.
&lt;br&gt;Losing such a knowledge would be a shame.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;No. &amp;nbsp; It would be a change of gears, since I have been working
&lt;br&gt;&amp;gt; &amp;nbsp;on other things, but creating a written plan for Arch 2.0 might
&lt;br&gt;&amp;gt; &amp;nbsp;be a good idea. &amp;nbsp; It would help make it easier to decide whether
&lt;br&gt;&amp;gt; &amp;nbsp;it is worth working on.
&lt;br&gt;I guess you're the one that has to decide whether Arch 2.0 is
&lt;br&gt;necessary, or if bazaar-ng, git, svn (etc) are good enough. Anyway,
&lt;br&gt;I'm afraid developping &amp;quot;yet another&amp;quot; revision control system wouldn't
&lt;br&gt;attract enough interest. Darcs or monotone, for example, are in the
&lt;br&gt;field for quite some time and don't seem to get an increasing
&lt;br&gt;popularity.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Within the tolerance of the loose way we are talking here, yes
&lt;br&gt;&amp;gt; &amp;nbsp;that is right.
&lt;br&gt;ok.
&lt;br&gt;(quick thinking) I see 4 ways here:
&lt;br&gt;- Really develop a kernel level FS tailored for revision control
&lt;br&gt;system. Cons: quite a lot of work, pretty annoying to deploy,
&lt;br&gt;portability problems. We may hit too VFS &amp;quot;limitations&amp;quot; as we may need
&lt;br&gt;VFS changes. -&amp;gt; hard (impossible ?) to be integrated in mainline (just
&lt;br&gt;talking about linux/bsd kernels here. Reiser4 is a good example).
&lt;br&gt;Impossible with MS/Windows and other proprietary problems. Pros: would
&lt;br&gt;be fast.
&lt;br&gt;- Work on top of the FS, like some kind of a tar file. Cons: slower
&lt;br&gt;than a kernel level FS (but faster than FUSE I think). Pros:
&lt;br&gt;portability. Easy to distribute (http, ftp, ssh, rsync, you name it).
&lt;br&gt;We can implement our own checksumming, snapshoting methods as needed.
&lt;br&gt;- Use FUSE (FS in userspace) : still need to read through the doc to
&lt;br&gt;see if it provides snapshots and such. Anyway, ZFS on top of FUSE
&lt;br&gt;exists, so I suppose it would be powerful enough. Cons i'm aware of:
&lt;br&gt;quite slow. Unsure about availability on MS/Win (looks like there's a
&lt;br&gt;C# version). No openBSD port.
&lt;br&gt;- Work with the FS, like tla, git etc. Pros: well known. stable. Cons:
&lt;br&gt;limited by FS features (snapshotting just a part of a FS etc) -&amp;gt; need
&lt;br&gt;to implement it ourselves. Like in the &amp;quot;tar file&amp;quot; like way, but may be
&lt;br&gt;more difficult due to number of files etc.
&lt;br&gt;My prefered way would be the &amp;quot;tar file&amp;quot; like approach. You ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;How about 2 months to write an Arch 2.0 proposal? &amp;nbsp; That would be a chance
&lt;br&gt;&amp;gt; &amp;nbsp;to try to explain more clearly how I see things. &amp;nbsp; Maybe that's just
&lt;br&gt;&amp;gt; interesting
&lt;br&gt;&amp;gt; &amp;nbsp;and the end of it. &amp;nbsp;Or maybe that's interesting and then it's more
&lt;br&gt;&amp;gt; obviously
&lt;br&gt;&amp;gt; &amp;nbsp;worthwhile to put more effort into 2.0. &amp;nbsp; &amp;nbsp;Either way, it's a chance to
&lt;br&gt;&amp;gt; evaluate
&lt;br&gt;&amp;gt; &amp;nbsp;what has been a fairly intense and under-reflected-upon history.
&lt;br&gt;If you feel two months is ok for you, then so be it :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I don't know you well enough to guess whether we would or
&lt;br&gt;&amp;gt; &amp;nbsp;would &amp;nbsp;not work well together but, generically, I think it could
&lt;br&gt;&amp;gt; &amp;nbsp;help if there was a &amp;quot;partner&amp;quot; to work with where we both have to
&lt;br&gt;&amp;gt; &amp;nbsp;understand and agree on the plan (as a discipline of how to work
&lt;br&gt;&amp;gt; &amp;nbsp;and also as a sanity check on the plan).
&lt;br&gt;I'll wait for your plan, and we'll see if we're on the same path. I'll
&lt;br&gt;try to get some ideas/thoughts written down and get back to you.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If I knew a way to raise about $5K to deliver a &amp;quot;study&amp;quot; -- an informal
&lt;br&gt;&amp;gt; Arch 2.0 plan -- that could make some sense from my perspective.
&lt;br&gt;&amp;gt; The deliverable for that funding is a document (probably in the form
&lt;br&gt;&amp;gt; of web pages). The goal is to make something that sums up some key
&lt;br&gt;&amp;gt; elements of my perspective on revctl and that lays out an actionable
&lt;br&gt;&amp;gt; plan for doing it.
&lt;br&gt;I unfortunately don't know a way either.
&lt;br&gt;Regards,
&lt;br&gt;Laurent.
&lt;br&gt;PS: no need to CC me as I'm suscribed to the ML.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16630014&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16630014.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16390984</id>
	<title>Re: revc</title>
	<published>2008-03-30T19:47:36Z</published>
	<updated>2008-03-30T19:47:36Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi.&amp;nbsp; This is a combined reply to both of your messages.&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; Yes.  I'm interested.   Excuse me, briefly, while I core dump
 at you:

 There are some very good ideas in Arch that are being lost.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;Could you sum them up ? I'm not good enough with tla so it's clear to me.
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
I think I can but not in a sentence or two and not off the cuff.&lt;br&gt;
&lt;br&gt;
An example area of the problems: the Arch concept of file identity&lt;br&gt;
and the way that Arch handles renames, etc.&amp;nbsp;&amp;nbsp; &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; I have a pretty decent (not perfected, just &quot;actionable&quot;) idea of
 what Arch 2.0 should be and how revc fits in.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;Is there any written form ?
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
No.&amp;nbsp;&amp;nbsp; It would be a change of gears, since I have been working &lt;br&gt;
on other things, but creating a written plan for Arch 2.0 might &lt;br&gt;
be a good idea.&amp;nbsp;&amp;nbsp; It would help make it easier to decide whether&lt;br&gt;
it is worth working on.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; I have some new ideas, too.   Among them, first hints of how to
 build-in distributed, decentralized revision control at the storage
 level: make it part of what users see as the &quot;file system&quot;.   Also,
 beginning to *seriously* think of ways to (a) integrate source code
 revision control deeply into apps such as IDEs (e.g., &quot;patches to
 functions, not files&quot;)  (b) handle other media types (e.g., a
 word-processor document).
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;About the file system point, do you mean something like a commit would
be like a snapshot at the FS level ? a branch a snapshot copy in
another volume and such ? So that Arch 2.0/revc would be somewhere
some kind of reiser4+zfs generation 2 ? Or did I completely miss the
point ? :)
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
Within the tolerance of the loose way we are talking here, yes&lt;br&gt;
that is right.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; There's some &quot;thesis&quot; kind of work to be done, too.   I mean
 a &quot;writing up&quot; of things.   Over the past couple of months I've
 watched perhaps a dozen or so good programmers, on two mailing
 lists, try to make complex decisions about revision control.  In
 both conversations, people wanted to summarize and compare various
 systems.   They were trying to construct &quot;taxonomies&quot; of features
 of the design space, etc.    And, while, yes... good programmers ...
 that discussion was lame.   There should (or should 'a been) a
 carefully written Arch paper aimed at bringing some lucidity to
 the current dialog.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;You're right. revision control system is a so complex domain that a
couple years of dedicated work would be welcome. Unfortunately, I'm
afraid most (every?) programmers can't afford enough time purely on
research.
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
How about 2 months to write an Arch 2.0 proposal?&amp;nbsp;&amp;nbsp; That would be a
chance&lt;br&gt;
to try to explain more clearly how I see things.&amp;nbsp;&amp;nbsp; Maybe that's just
interesting&lt;br&gt;
and the end of it.&amp;nbsp; Or maybe that's interesting and then it's more
obviously&lt;br&gt;
worthwhile to put more effort into 2.0.&amp;nbsp;&amp;nbsp;&amp;nbsp; Either way, it's a chance to
evaluate&lt;br&gt;
what has been a fairly intense and under-reflected-upon history.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; The &quot;something else&quot; projects that I'm working on aren't entirely
 Arch-irrelevant either.  Those are also &quot;distributed, decentralized&quot;
 systems with persistent stores and collaborative work on documents,
 etc.    So, Arch stuff should come up in those projects too -- it's just
 not the highest priority right now.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;I've taken a quick look at flower, and I *think* I understand the link
with Arch. That project is pretty ambitious and sounds quite
appealing. but, in my humble opinion of revision control systems
newbie, is it a good idea to work on the &quot;upper&quot; level instead of the
base, the revision control system itself ? That said, we may just have
a different pov on dev: i tend to write down basic gears first, then
&quot;high level&quot; functions, you sound like working the other way :) And I
must admit I don't know which method is the best.
I won't do another step, or we'll fall into philosophy ;)
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
One aspect of Flower is that it contains something &quot;very much like&quot; a
traditional&lt;br&gt;
file system.&amp;nbsp;&amp;nbsp; But, in this case, we're beginning to work out the
meta-data and the&lt;br&gt;
semantics of modifying files so that the file-system-like-thing also
&quot;puns&quot; as&lt;br&gt;
a &quot;distributed-decentralized-revision-control-thing&quot;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; I stopped working on Arch 2.0 for the very simple and necessary
 reason that I could not afford to continue it (and still can't).

 It's not *good* that 1.x has fallen aside as it has but it could
 turn out to be *convenient* if work on 2.0 were to happen, just
 because the 2.0 project would retain all the wisdom of the 1.x
 experience, but shed any pressing need for exact upwards compatibility.
 (Can &quot;less users&quot; be good for a project? :-)

 If someone wants to work on Arch 2.0, and is experienced enough
 to collaborate with me, and has bandwidth to do the bulk of the
 heavy lifting....  I'll help as I can.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;I'd be interested in working on Arch 2.0, because revision control
systems are intellectually interesting to work on. But I'am a
*complete* beginner in it.
bw shouldn't be much of a problem (adsl 2+ at home 1.3MB/s download,
100KB/sec upload - no cap), and I rent a mutualised server (900MB disk
space, 600GB bw/month, http, ftp).
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
I don't know you well enough to guess whether we would or &lt;br&gt;
would&amp;nbsp; not work well together but, generically, I think it could &lt;br&gt;
help if there was a &quot;partner&quot; to work with where we both have to &lt;br&gt;
understand and agree on the plan (as a discipline of how to work&lt;br&gt;
and also as a sanity check on the plan).&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; Heck, an optional Flower-based (basiscraft.com) &quot;smart server&quot;
 for Arch 2.0 could be very interesting.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;Agreed. I don't want to sound harsh, but, from a purely technical pov:
XML will be a problem one day of another, because of speed
Yum (the package manager), was using XML and switched to sqlite, and
is much snappier now.
I'm sure there are other examples. I don't know of any XML use in
heavy computation environment. But, well, I guess you have really good
reasons to have chosen that technology. (btw, I work as SA/dev/you
name it in a physics lab - satellite images processing and other
&quot;light&quot; tasks - and I swear no one ever proposed XML;))
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
There is a lot of crap XML technology and, &quot;on average&quot;, popular SQL-ish&lt;br&gt;
packages tend to be more mature and less crap than popular XML tech
but....&lt;br&gt;
there is no intrinsic problem with XML and there are tools out there &lt;br&gt;
that actually do not &quot;suck&quot;.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; But... the main problem is resources.   I can't afford to work on it.
 I don't like how public projects so often wind up wasting the time
 of everyone involved (to some third party's benefit).   I don't like
 the way &quot;inner circles&quot; of bordering-on-success projects like Arch
 turn into pitched-battle power plays and back stabbing.   I see no
 point to the paradigm of project mgt. Arch 1.x was born under.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;I completely dislike too the way things went with tla/bazaar. I guess
such things unfortunately happen. Hopefully, most free projects evolve
nicely.
  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
Yeah.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;blockquote cite=&quot;midfc593b510803281420j30f47734hbe33a769acc90c08@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt; So, no, there are no active plans for furthering Arch 2.0 even
 though, technically, it's an attractive idea.   Any ideas about making
 it practical for everyone are welcome.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;We'd first need some docs with things to do, path to follow, technical
description of data formats etc. And, some devs much more experienced
in revision control systems than I :-).
Regards,
Laurent

  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
So, that brings us to yr next message.&lt;br&gt;
&lt;br&gt;
&lt;pre wrap=&quot;&quot;&gt;&amp;gt; What's the way to help you so you can try to work a little bit on revc/arch 2 ?
&amp;gt; I've checked gnuarch website but can't find paypal link or something.
&amp;gt; I hope my mail sent on the ml isn't too dumb, but it's not always easy
&amp;gt; to be clearly understood, as french is my main laguage and not english
&amp;gt; :)


My paypal address is &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16390984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lord@...&lt;/a&gt;

If I knew a way to raise about $5K to deliver a &quot;study&quot; -- an informal
Arch 2.0 plan -- that could make some sense from my perspective.
The deliverable for that funding is a document (probably in the form
of web pages).   The goal is to make something that sums up some key
elements of my perspective on revctl and that lays out an actionable 
plan for doing it.

-t


&lt;/pre&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16390984&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16390984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16362386</id>
	<title>Re: revc</title>
	<published>2008-03-28T14:20:19Z</published>
	<updated>2008-03-28T14:20:19Z</updated>
	<author>
		<name>Laurent Wandrebeck-2</name>
	</author>
	<content type="html">2008/3/28, Thomas Lord &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16362386&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lord@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Hi!
&lt;br&gt;Hello Thomas,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Yes. &amp;nbsp;I'm interested. &amp;nbsp; Excuse me, briefly, while I core dump
&lt;br&gt;&amp;gt; &amp;nbsp;at you:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;There are some very good ideas in Arch that are being lost.
&lt;br&gt;Could you sum them up ? I'm not good enough with tla so it's clear to me.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I have a pretty decent (not perfected, just &amp;quot;actionable&amp;quot;) idea of
&lt;br&gt;&amp;gt; &amp;nbsp;what Arch 2.0 should be and how revc fits in.
&lt;br&gt;Is there any written form ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I have some new ideas, too. &amp;nbsp; Among them, first hints of how to
&lt;br&gt;&amp;gt; &amp;nbsp;build-in distributed, decentralized revision control at the storage
&lt;br&gt;&amp;gt; &amp;nbsp;level: make it part of what users see as the &amp;quot;file system&amp;quot;. &amp;nbsp; Also,
&lt;br&gt;&amp;gt; &amp;nbsp;beginning to *seriously* think of ways to (a) integrate source code
&lt;br&gt;&amp;gt; &amp;nbsp;revision control deeply into apps such as IDEs (e.g., &amp;quot;patches to
&lt;br&gt;&amp;gt; &amp;nbsp;functions, not files&amp;quot;) &amp;nbsp;(b) handle other media types (e.g., a
&lt;br&gt;&amp;gt; &amp;nbsp;word-processor document).
&lt;br&gt;About the file system point, do you mean something like a commit would
&lt;br&gt;be like a snapshot at the FS level ? a branch a snapshot copy in
&lt;br&gt;another volume and such ? So that Arch 2.0/revc would be somewhere
&lt;br&gt;some kind of reiser4+zfs generation 2 ? Or did I completely miss the
&lt;br&gt;point ? :)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;There's some &amp;quot;thesis&amp;quot; kind of work to be done, too. &amp;nbsp; I mean
&lt;br&gt;&amp;gt; &amp;nbsp;a &amp;quot;writing up&amp;quot; of things. &amp;nbsp; Over the past couple of months I've
&lt;br&gt;&amp;gt; &amp;nbsp;watched perhaps a dozen or so good programmers, on two mailing
&lt;br&gt;&amp;gt; &amp;nbsp;lists, try to make complex decisions about revision control. &amp;nbsp;In
&lt;br&gt;&amp;gt; &amp;nbsp;both conversations, people wanted to summarize and compare various
&lt;br&gt;&amp;gt; &amp;nbsp;systems. &amp;nbsp; They were trying to construct &amp;quot;taxonomies&amp;quot; of features
&lt;br&gt;&amp;gt; &amp;nbsp;of the design space, etc. &amp;nbsp; &amp;nbsp;And, while, yes... good programmers ...
&lt;br&gt;&amp;gt; &amp;nbsp;that discussion was lame. &amp;nbsp; There should (or should 'a been) a
&lt;br&gt;&amp;gt; &amp;nbsp;carefully written Arch paper aimed at bringing some lucidity to
&lt;br&gt;&amp;gt; &amp;nbsp;the current dialog.
&lt;/div&gt;You're right. revision control system is a so complex domain that a
&lt;br&gt;couple years of dedicated work would be welcome. Unfortunately, I'm
&lt;br&gt;afraid most (every?) programmers can't afford enough time purely on
&lt;br&gt;research.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;The &amp;quot;something else&amp;quot; projects that I'm working on aren't entirely
&lt;br&gt;&amp;gt; &amp;nbsp;Arch-irrelevant either. &amp;nbsp;Those are also &amp;quot;distributed, decentralized&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp;systems with persistent stores and collaborative work on documents,
&lt;br&gt;&amp;gt; &amp;nbsp;etc. &amp;nbsp; &amp;nbsp;So, Arch stuff should come up in those projects too -- it's just
&lt;br&gt;&amp;gt; &amp;nbsp;not the highest priority right now.
&lt;br&gt;I've taken a quick look at flower, and I *think* I understand the link
&lt;br&gt;with Arch. That project is pretty ambitious and sounds quite
&lt;br&gt;appealing. but, in my humble opinion of revision control systems
&lt;br&gt;newbie, is it a good idea to work on the &amp;quot;upper&amp;quot; level instead of the
&lt;br&gt;base, the revision control system itself ? That said, we may just have
&lt;br&gt;a different pov on dev: i tend to write down basic gears first, then
&lt;br&gt;&amp;quot;high level&amp;quot; functions, you sound like working the other way :) And I
&lt;br&gt;must admit I don't know which method is the best.
&lt;br&gt;I won't do another step, or we'll fall into philosophy ;)
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I stopped working on Arch 2.0 for the very simple and necessary
&lt;br&gt;&amp;gt; &amp;nbsp;reason that I could not afford to continue it (and still can't).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;It's not *good* that 1.x has fallen aside as it has but it could
&lt;br&gt;&amp;gt; &amp;nbsp;turn out to be *convenient* if work on 2.0 were to happen, just
&lt;br&gt;&amp;gt; &amp;nbsp;because the 2.0 project would retain all the wisdom of the 1.x
&lt;br&gt;&amp;gt; &amp;nbsp;experience, but shed any pressing need for exact upwards compatibility.
&lt;br&gt;&amp;gt; &amp;nbsp;(Can &amp;quot;less users&amp;quot; be good for a project? :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;If someone wants to work on Arch 2.0, and is experienced enough
&lt;br&gt;&amp;gt; &amp;nbsp;to collaborate with me, and has bandwidth to do the bulk of the
&lt;br&gt;&amp;gt; &amp;nbsp;heavy lifting.... &amp;nbsp;I'll help as I can.
&lt;/div&gt;I'd be interested in working on Arch 2.0, because revision control
&lt;br&gt;systems are intellectually interesting to work on. But I'am a
&lt;br&gt;*complete* beginner in it.
&lt;br&gt;bw shouldn't be much of a problem (adsl 2+ at home 1.3MB/s download,
&lt;br&gt;100KB/sec upload - no cap), and I rent a mutualised server (900MB disk
&lt;br&gt;space, 600GB bw/month, http, ftp).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Heck, an optional Flower-based (basiscraft.com) &amp;quot;smart server&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp;for Arch 2.0 could be very interesting.
&lt;br&gt;Agreed. I don't want to sound harsh, but, from a purely technical pov:
&lt;br&gt;XML will be a problem one day of another, because of speed
&lt;br&gt;Yum (the package manager), was using XML and switched to sqlite, and
&lt;br&gt;is much snappier now.
&lt;br&gt;I'm sure there are other examples. I don't know of any XML use in
&lt;br&gt;heavy computation environment. But, well, I guess you have really good
&lt;br&gt;reasons to have chosen that technology. (btw, I work as SA/dev/you
&lt;br&gt;name it in a physics lab - satellite images processing and other
&lt;br&gt;&amp;quot;light&amp;quot; tasks - and I swear no one ever proposed XML;))
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;But... the main problem is resources. &amp;nbsp; I can't afford to work on it.
&lt;br&gt;&amp;gt; &amp;nbsp;I don't like how public projects so often wind up wasting the time
&lt;br&gt;&amp;gt; &amp;nbsp;of everyone involved (to some third party's benefit). &amp;nbsp; I don't like
&lt;br&gt;&amp;gt; &amp;nbsp;the way &amp;quot;inner circles&amp;quot; of bordering-on-success projects like Arch
&lt;br&gt;&amp;gt; &amp;nbsp;turn into pitched-battle power plays and back stabbing. &amp;nbsp; I see no
&lt;br&gt;&amp;gt; &amp;nbsp;point to the paradigm of project mgt. Arch 1.x was born under.
&lt;br&gt;I completely dislike too the way things went with tla/bazaar. I guess
&lt;br&gt;such things unfortunately happen. Hopefully, most free projects evolve
&lt;br&gt;nicely.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;So, no, there are no active plans for furthering Arch 2.0 even
&lt;br&gt;&amp;gt; &amp;nbsp;though, technically, it's an attractive idea. &amp;nbsp; Any ideas about making
&lt;br&gt;&amp;gt; &amp;nbsp;it practical for everyone are welcome.
&lt;br&gt;We'd first need some docs with things to do, path to follow, technical
&lt;br&gt;description of data formats etc. And, some devs much more experienced
&lt;br&gt;in revision control systems than I :-).
&lt;br&gt;Regards,
&lt;br&gt;Laurent
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16362386&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16362386.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16357029</id>
	<title>Re: revc</title>
	<published>2008-03-28T10:25:10Z</published>
	<updated>2008-03-28T10:25:10Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
  &lt;title&gt;&lt;/title&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
Hi!&lt;br&gt;
&lt;br&gt;
Yes.&amp;nbsp; I'm interested.&amp;nbsp;&amp;nbsp; Excuse me, briefly, while I core dump&lt;br&gt;
at you:&lt;br&gt;
&lt;br&gt;
There are some very good ideas in Arch that are being lost.&lt;br&gt;
&lt;br&gt;
I have a pretty decent (not perfected, just &quot;actionable&quot;) idea of&lt;br&gt;
what Arch 2.0 should be and how revc fits in.&lt;br&gt;
&lt;br&gt;
I have some new ideas, too.&amp;nbsp;&amp;nbsp; Among them, first hints of how to&lt;br&gt;
build-in distributed, decentralized revision control at the storage&lt;br&gt;
level: make it part of what users see as the &quot;file system&quot;.&amp;nbsp;&amp;nbsp; Also,&lt;br&gt;
beginning to *seriously* think of ways to (a) integrate source code&lt;br&gt;
revision control deeply into apps such as IDEs (e.g., &quot;patches to &lt;br&gt;
functions, not files&quot;)&amp;nbsp; (b) handle other media types (e.g., a &lt;br&gt;
word-processor document).&lt;br&gt;
&lt;br&gt;
There's some &quot;thesis&quot; kind of work to be done, too.&amp;nbsp;&amp;nbsp; I mean&lt;br&gt;
a &quot;writing up&quot; of things.&amp;nbsp;&amp;nbsp; Over the past couple of months I've&lt;br&gt;
watched perhaps a dozen or so good programmers, on two mailing&lt;br&gt;
lists, try to make complex decisions about revision control.&amp;nbsp; In&lt;br&gt;
both conversations, people wanted to summarize and compare various&lt;br&gt;
systems.&amp;nbsp;&amp;nbsp; They were trying to construct &quot;taxonomies&quot; of features&lt;br&gt;
of the design space, etc.&amp;nbsp;&amp;nbsp;&amp;nbsp; And, while, yes... good programmers ...&lt;br&gt;
that discussion was lame.&amp;nbsp;&amp;nbsp; There should (or should 'a been) a &lt;br&gt;
carefully written Arch paper aimed at bringing some lucidity to &lt;br&gt;
the current dialog.&lt;br&gt;
&lt;br&gt;
The &quot;something else&quot; projects that I'm working on aren't entirely&lt;br&gt;
Arch-irrelevant either.&amp;nbsp; Those are also &quot;distributed, decentralized&quot; &lt;br&gt;
systems with persistent stores and collaborative work on documents,&lt;br&gt;
etc.&amp;nbsp;&amp;nbsp;&amp;nbsp; So, Arch stuff should come up in those projects too -- it's just&lt;br&gt;
not the highest priority right now.&lt;br&gt;
&lt;br&gt;
I stopped working on Arch 2.0 for the very simple and necessary &lt;br&gt;
reason that I could not afford to continue it (and still can't).&lt;br&gt;
&lt;br&gt;
It's not *good* that 1.x has fallen aside as it has but it could&lt;br&gt;
turn out to be *convenient* if work on 2.0 were to happen, just&lt;br&gt;
because the 2.0 project would retain all the wisdom of the 1.x&lt;br&gt;
experience, but shed any pressing need for exact upwards compatibility.&lt;br&gt;
(Can &quot;less users&quot; be good for a project? :-)&lt;br&gt;
&lt;br&gt;
If someone wants to work on Arch 2.0, and is experienced enough&lt;br&gt;
to collaborate with me, and has bandwidth to do the bulk of the&lt;br&gt;
heavy lifting....&amp;nbsp; I'll help as I can.&lt;br&gt;
&lt;br&gt;
Heck, an optional Flower-based (basiscraft.com) &quot;smart server&quot;&lt;br&gt;
for Arch 2.0 could be very interesting.&lt;br&gt;
&lt;br&gt;
But... the main problem is resources.&amp;nbsp;&amp;nbsp; I can't afford to work on it.&lt;br&gt;
I don't like how public projects so often wind up wasting the time&lt;br&gt;
of everyone involved (to some third party's benefit).&amp;nbsp;&amp;nbsp; I don't like&lt;br&gt;
the way &quot;inner circles&quot; of bordering-on-success projects like Arch&lt;br&gt;
turn into pitched-battle power plays and back stabbing.&amp;nbsp;&amp;nbsp; I see no&lt;br&gt;
point to the paradigm of project mgt. Arch 1.x was born under.&lt;br&gt;
&lt;br&gt;
So, no, there are no active plans for furthering Arch 2.0 even&lt;br&gt;
though, technically, it's an attractive idea.&amp;nbsp;&amp;nbsp; Any ideas about making&lt;br&gt;
it practical for everyone are welcome.&lt;br&gt;
&lt;br&gt;
-t&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Laurent Wandrebeck wrote:
&lt;blockquote cite=&quot;midfc593b510803280631q51d6054ay8d5391cdc2e1deef@mail.gmail.com&quot; type=&quot;cite&quot;&gt;
  &lt;pre wrap=&quot;&quot;&gt;2008/3/26, Andy Tai &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16357029&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;:
  &lt;/pre&gt;
  &lt;blockquote type=&quot;cite&quot;&gt;
    &lt;pre wrap=&quot;&quot;&gt;Thank you for locating the Arch 2.0 prototype.  It should be of interest,
historically at least.
    &lt;/pre&gt;
  &lt;/blockquote&gt;
  &lt;pre wrap=&quot;&quot;&gt;&lt;!----&gt;You're welcome.
After a bit of reading about GNU/Arch, it seems clear that this
wonderful piece of software is falling into oblivion :-(
Tom is interested by something else, some devs left for bazaar, some
went to git etc etc, and even the FSF is advocating for bazaar-ng.
I don't think that tla 1.x is going to see a lot more dev, and revc
hasn't (yet?) seen someone continuing the path opened by Tom.
Is there somewhere any official position on tla's future ? Is there
someone interested in its (revc) revival ?
Regards,
Laurent


_______________________________________________
Gnu-arch-users mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16357029&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;

GNU arch home page:
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;

  &lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16357029&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16357029.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16353929</id>
	<title>Re: revc</title>
	<published>2008-03-28T07:05:11Z</published>
	<updated>2008-03-28T07:05:11Z</updated>
	<author>
		<name>Ludovic Courtès-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;&amp;quot;Andy Tai&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16353929&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt; Yes, bzr is now the GNU Bazaar.
&lt;br&gt;&lt;br&gt;Ironically enough...
&lt;br&gt;&lt;br&gt;The announcement [0] claims that &amp;quot;Bazaar is already supported on
&lt;br&gt;savanah.gnu.org&amp;quot;, although it's actually GNU Arch (or &amp;quot;baz&amp;quot;) support
&lt;br&gt;that's available, which just happens to work as well with Bazaar AFAIK.
&lt;br&gt;&lt;br&gt;Incidentally, many (most?) GNU projects that no longer use CVS use Git
&lt;br&gt;now, as can be seen on git.sv.gnu.org.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Ludovic.
&lt;br&gt;&lt;br&gt;[0] &lt;a href=&quot;https://launchpad.net/bzr/+announcement/276&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://launchpad.net/bzr/+announcement/276&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16353929&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16353929.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16353093</id>
	<title>Re: revc</title>
	<published>2008-03-28T06:41:51Z</published>
	<updated>2008-03-28T06:41:51Z</updated>
	<author>
		<name>Andy Tai</name>
	</author>
	<content type="html">I cannot say anything about revc but it seems that someone with Tom&amp;#39;s expertise would be needed to bring it up to maturity.&amp;nbsp; If Tom is not interested in it we won&amp;#39;t see it developed further.&lt;br&gt;&lt;br&gt;Tla (GNU Arch 1) has architecture limitations so it won&amp;#39;t see improvements necessarily to be competitive with newer SCMs like git or Hg or bzr.&amp;nbsp; I should make a new release with some minor interface improvements but there is no major change.&amp;nbsp; So yes, GNU Arch had its glorious days but it has passed its prime... but in the history of SCMs GNU Arch will always has its place; git, Hg, bzr, etc. all have been influenced by GNU Arch.&lt;br&gt;
&lt;br&gt;Yes, bzr is now the GNU Bazaar.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Fri, Mar 28, 2008 at 6:31 AM, Laurent Wandrebeck &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16353093&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.wandrebeck@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
2008/3/26, Andy Tai &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16353093&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;div class=&quot;Ih2E3d&quot;&gt;&amp;gt;&lt;br&gt;
&amp;gt; Thank you for locating the Arch 2.0 prototype. &amp;nbsp;It should be of interest,&lt;br&gt;
&amp;gt; historically at least.&lt;br&gt;
&lt;/div&gt;You&amp;#39;re welcome.&lt;br&gt;
After a bit of reading about GNU/Arch, it seems clear that this&lt;br&gt;
wonderful piece of software is falling into oblivion :-(&lt;br&gt;
Tom is interested by something else, some devs left for bazaar, some&lt;br&gt;
went to git etc etc, and even the FSF is advocating for bazaar-ng.&lt;br&gt;
I don&amp;#39;t think that tla 1.x is going to see a lot more dev, and revc&lt;br&gt;
hasn&amp;#39;t (yet?) seen someone continuing the path opened by Tom.&lt;br&gt;
Is there somewhere any official position on tla&amp;#39;s future ? Is there&lt;br&gt;
someone interested in its (revc) revival ?&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;Wj3C7c&quot;&gt;Regards,&lt;br&gt;
Laurent&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Gnu-arch-users mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16353093&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
GNU arch home page:&lt;br&gt;
&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Andy Tai, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16353093&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16353093&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16353093.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16352866</id>
	<title>Re: revc</title>
	<published>2008-03-28T06:31:26Z</published>
	<updated>2008-03-28T06:31:26Z</updated>
	<author>
		<name>Laurent Wandrebeck-2</name>
	</author>
	<content type="html">2008/3/26, Andy Tai &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16352866&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thank you for locating the Arch 2.0 prototype. &amp;nbsp;It should be of interest,
&lt;br&gt;&amp;gt; historically at least.
&lt;br&gt;You're welcome.
&lt;br&gt;After a bit of reading about GNU/Arch, it seems clear that this
&lt;br&gt;wonderful piece of software is falling into oblivion :-(
&lt;br&gt;Tom is interested by something else, some devs left for bazaar, some
&lt;br&gt;went to git etc etc, and even the FSF is advocating for bazaar-ng.
&lt;br&gt;I don't think that tla 1.x is going to see a lot more dev, and revc
&lt;br&gt;hasn't (yet?) seen someone continuing the path opened by Tom.
&lt;br&gt;Is there somewhere any official position on tla's future ? Is there
&lt;br&gt;someone interested in its (revc) revival ?
&lt;br&gt;Regards,
&lt;br&gt;Laurent
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16352866&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16352866.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16299241</id>
	<title>Re: revc</title>
	<published>2008-03-26T03:02:45Z</published>
	<updated>2008-03-26T03:02:45Z</updated>
	<author>
		<name>Andy Tai</name>
	</author>
	<content type="html">&lt;br&gt;Thank you for locating the Arch 2.0 prototype.&amp;nbsp; It should be of interest, historically at least.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Wed, Mar 26, 2008 at 2:48 AM, Laurent Wandrebeck &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16299241&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;l.wandrebeck@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Hi,&lt;br&gt;
In case someone cares, I&amp;#39;ve been able to find somewhere the last&lt;br&gt;
revision of revc made by Thomas Lord. sha1sum and md5sum are the same&lt;br&gt;
as the ones given on the website.&lt;br&gt;
You&amp;#39;ll find the file here: &lt;a href=&quot;http://dl.kodros.fr/revc.0.0x2.tar.gz&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://dl.kodros.fr/revc.0.0x2.tar.gz&lt;/a&gt;&lt;br&gt;
Regards,&lt;br&gt;
Laurent.&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;Andy Tai, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16299241&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atai@...&lt;/a&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16299241&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16299241.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-16298903</id>
	<title>revc</title>
	<published>2008-03-26T02:48:33Z</published>
	<updated>2008-03-26T02:48:33Z</updated>
	<author>
		<name>Laurent Wandrebeck-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;In case someone cares, I've been able to find somewhere the last
&lt;br&gt;revision of revc made by Thomas Lord. sha1sum and md5sum are the same
&lt;br&gt;as the ones given on the website.
&lt;br&gt;You'll find the file here: &lt;a href=&quot;http://dl.kodros.fr/revc.0.0x2.tar.gz&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dl.kodros.fr/revc.0.0x2.tar.gz&lt;/a&gt;&lt;br&gt;Regards,
&lt;br&gt;Laurent.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=16298903&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/revc-tp16298903p16298903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-15138620</id>
	<title>Re: Need to version control entire root file system</title>
	<published>2008-01-28T08:07:21Z</published>
	<updated>2008-01-28T08:07:21Z</updated>
	<author>
		<name>Ben West</name>
	</author>
	<content type="html">Hypothetically, you could mount another file system over root using union-fs and see that the arch meta-data lived in the mounted version instead of the original (e.g. the arch meta-files would exist in a ghost directory somewhere, pehaps, less visible to the system.&lt;br&gt;
&lt;br&gt;you would mount root as usual &lt;br&gt;in a subdirectroy, you would remount root (readonly)&lt;br&gt;then mount another arch-metadata directory over top (writeable)&lt;br&gt;so that any changes to the metadata would be written to the seocnd directory -- then for updates/syncs, etc you would sync/update the union file system&lt;br&gt;
&lt;br&gt;I&amp;#39;d consider reading up on unionfs to see if this will work for you.&amp;nbsp; &lt;br&gt;&lt;br&gt;&lt;br&gt;Also, I think the latest version of reiser supports version control build in.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Jun 22, 2007 10:18 AM, Worley, Chris B &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15138620&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chris.b.worley@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Not user&amp;#39;s home directories, but everything else; and no version control&lt;br&gt;meta-data cruft left lying around inside my image.&lt;br&gt;
&lt;br&gt;The base &amp;quot;image&amp;quot; is kept offline. &amp;nbsp;I want to version control changes to&lt;br&gt;every file and directory in that offline image.&lt;br&gt;&lt;br&gt;Ascii files need explicit diffs, binary files can just be flagged as&lt;br&gt;changed. &amp;nbsp;I need to be able to view which files changed at any check-in&lt;br&gt;
point, what files are different now from the last check-in, how the&lt;br&gt;ASCII files changed between any two versions, and roll-back the entire&lt;br&gt;image to any previous version.&lt;br&gt;&lt;br&gt;Mostly, I need the diff repository to be outside the image; I don&amp;#39;t want&lt;br&gt;
hidden version control directories in every directory of my file&lt;br&gt;system... I need the version control meta-data kept elsewhere (this&lt;br&gt;image gets provisioned onto systems).&lt;br&gt;&lt;br&gt;Will Arch do this? &amp;nbsp;If not, can anybody recommend a good version control&lt;br&gt;
utility (or maybe one that is extensible) for this?&lt;br&gt;&lt;br&gt;Note that I use &amp;quot;image&amp;quot; to mean &amp;quot;root file system&amp;quot;, and not a disk image&lt;br&gt;per se; something you could chroot to.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;Chris&lt;br&gt;
&lt;br&gt;&lt;br&gt;_______________________________________________&lt;br&gt;Gnu-arch-users mailing list&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15138620&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;
&lt;br&gt;GNU arch home page:&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=15138620&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Need-to-version-control-entire-root-file-system-tp11256478p15138620.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14730981</id>
	<title>dear colleagues</title>
	<published>2008-01-10T02:40:34Z</published>
	<updated>2008-01-10T02:40:34Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">Well, perfect end to a fucked up decade......
&lt;br&gt;&lt;br&gt;Really exciting night! &amp;nbsp; Someone came pounding on my door to call me 
&lt;br&gt;outside. &amp;nbsp; Turns out, someone has totaled my car while it was parked on 
&lt;br&gt;the street for the night.
&lt;br&gt;&lt;br&gt;Why is this exciting? &amp;nbsp; Because I can't walk much at the moment and that 
&lt;br&gt;car was vital to day to day survival. &amp;nbsp; I wonder how I'll manage to get 
&lt;br&gt;groceries tomorrow.
&lt;br&gt;&lt;br&gt;Wait, it gets better.
&lt;br&gt;&lt;br&gt;Being poor, I'm fully paid up and current on lowest available rate 
&lt;br&gt;insurance. &amp;nbsp; So, I called the claims number tonight and, an experience 
&lt;br&gt;familiar from the open source world, the number is disconnected.
&lt;br&gt;&lt;br&gt;Watch us drown.
&lt;br&gt;&lt;br&gt;If anyone would like to help either please do so or pass this message 
&lt;br&gt;along to someone sensitive who can.
&lt;br&gt;&lt;br&gt;Time is of the essence, if anyone happens to give a damn.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-t
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14730981&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dear-colleagues-tp14730981p14730981.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14465984</id>
	<title>Re: Re: Announcing Flower 0.5</title>
	<published>2007-12-21T19:39:43Z</published>
	<updated>2007-12-21T19:39:43Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">Miles Bader wrote:
&lt;br&gt;&amp;gt; Hey how come your domain name keep changing...?
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&lt;br&gt;It's back to a name that I own (for the moment :-). 
&lt;br&gt;&lt;br&gt;It's currently aliased with another, &amp;quot;dasht-exp-1a.com&amp;quot;
&lt;br&gt;which I hope later can be split off as a kind of &amp;quot;experimental
&lt;br&gt;facility&amp;quot; while &amp;quot;basiscraft.com&amp;quot; is tamer.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-t
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14465984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Announcing-Flower-0.5-tp14465892p14465984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14465973</id>
	<title>Re: Announcing Flower 0.5</title>
	<published>2007-12-21T19:30:37Z</published>
	<updated>2007-12-21T19:30:37Z</updated>
	<author>
		<name>Miles Bader-2</name>
	</author>
	<content type="html">&amp;gt; You can find it at my web site, &lt;a href=&quot;http://www.basiscraft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.basiscraft.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hey how come your domain name keep changing...?
&lt;br&gt;&lt;br&gt;-Miles
&lt;br&gt;-- 
&lt;br&gt;&amp;quot;Whatever you do will be insignificant, but it is very important that
&lt;br&gt;&amp;nbsp;you do it.&amp;quot; &amp;nbsp;Mahatma Gandhi
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14465973&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Announcing-Flower-0.5-tp14465892p14465973.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14465892</id>
	<title>Announcing Flower 0.5</title>
	<published>2007-12-21T19:19:42Z</published>
	<updated>2007-12-21T19:19:42Z</updated>
	<author>
		<name>Thomas Lord</name>
	</author>
	<content type="html">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html;charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#ffffff&quot; text=&quot;#000000&quot;&gt;
&lt;div class=&quot;moz-text-flowed&quot; style=&quot;font-family: -moz-fixed; font-size: 12px;&quot; lang=&quot;x-western&quot;&gt;Dear
Colleague,
&lt;br&gt;
&lt;br&gt;
I am pleased to announce the availability of Flower 0.5.&amp;nbsp;&amp;nbsp; Today I have
released version 0.5 of Flower under the Open Software License version
3.0 (an Open Source license).&amp;nbsp;&amp;nbsp; You can find it at my web site, &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://www.basiscraft.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.basiscraft.com&lt;/a&gt;
&lt;br&gt;
&lt;br&gt;
Flower is a new kind of &lt;i class=&quot;moz-txt-slash&quot;&gt;&lt;span class=&quot;moz-txt-tag&quot;&gt;/&lt;/span&gt;user programmable web service&lt;span class=&quot;moz-txt-tag&quot;&gt;/&lt;/span&gt;&lt;/i&gt;, especially well suited for
applications which process, store, and query XML data sets. Clients of
a flower web service interactively modify and extend the code the
server runs. This is is the ordinary way to build new flower
applications. Flower is a true &lt;i class=&quot;moz-txt-slash&quot;&gt;&lt;span class=&quot;moz-txt-tag&quot;&gt;/&lt;/span&gt;web operating system&lt;span class=&quot;moz-txt-tag&quot;&gt;/&lt;/span&gt;&lt;/i&gt; in the sense that it forms a
self-contained, web-addressable computing environment.
&lt;br&gt;
&lt;br&gt;
Regards,
&lt;br&gt;
Thomas&amp;nbsp; (&quot;-t&quot;) Lord
&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14465892&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lord@...&lt;/a&gt;
&lt;br&gt;
510-825-7915
&lt;br&gt;
Berkeley California
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14465892&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Announcing-Flower-0.5-tp14465892p14465892.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-14301517</id>
	<title>Re: references to seyza.com</title>
	<published>2007-12-12T10:52:02Z</published>
	<updated>2007-12-12T10:52:02Z</updated>
	<author>
		<name>Debarshi Ray</name>
	</author>
	<content type="html">It seems seyza.com should be replaced by www.gnuarch.org
&lt;br&gt;&lt;br&gt;Happy hacking,
&lt;br&gt;Debarshi
&lt;br&gt;-- 
&lt;br&gt;GPG key ID: 63D4A5A7
&lt;br&gt;Key server: pgp.mit.edu
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gnu-arch-users mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=14301517&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gnu-arch-users@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/gnu-arch-users&lt;/a&gt;&lt;br&gt;&lt;br&gt;GNU arch home page:
&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/projects/gnu-arch/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/projects/gnu-arch/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/references-to-seyza.com-tp14300051p14301517.html" />
</entry>

</feed>
