Re: tag sharing
[notmuch-archives.git] / af / 8ab21f54241d34c72439c9af58ebb5f40312d2
1 Return-Path: <bremner@unb.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 7C379431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  6 Oct 2011 05:57:02 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id UQ4g8dEcfjiH for <notmuch@notmuchmail.org>;\r
16         Thu,  6 Oct 2011 05:57:01 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id AA17F431FB6\r
21         for <notmuch@notmuchmail.org>; Thu,  6 Oct 2011 05:57:01 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034064058.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.64.58]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p96Cuh56024406\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Thu, 6 Oct 2011 09:56:46 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1RBnVD-0006Jt-Bi; Thu, 06 Oct 2011 09:56:43 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
33         Jesse Rosenthal <jrosenthal@jhu.edu>,\r
34         Notmuch Mail <notmuch@notmuchmail.org>\r
35 Subject: Re: tag sharing \r
36 In-Reply-To: <87vcwg2p2m.fsf@servo.factory.finestructure.net>\r
37 References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
38         <87hb8eebdi.fsf@servo.factory.finestructure.net>\r
39         <87pqmyn224.fsf@servo.factory.finestructure.net>\r
40         <87zklyjshd.fsf@yoom.home.cworth.org>\r
41         <87sjrng5k3.fsf@servo.factory.finestructure.net>\r
42         <87oc2bjgrs.fsf@yoom.home.cworth.org>\r
43         <8762oigc0y.fsf@servo.factory.finestructure.net>\r
44         <87boya98sf.fsf@gogo.home>\r
45         <87vcwg2p2m.fsf@servo.factory.finestructure.net>\r
46 User-Agent: Notmuch/0.9~rc1 (http://notmuchmail.org) Emacs/23.3.1\r
47         (x86_64-pc-linux-gnu)\r
48 Date: Thu, 06 Oct 2011 09:56:43 -0300\r
49 Message-ID: <87wrcijn1w.fsf@zancas.localnet>\r
50 MIME-Version: 1.0\r
51 Content-Type: text/plain; charset=us-ascii\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Thu, 06 Oct 2011 12:57:02 -0000\r
65 \r
66 On Wed, 08 Jun 2011 10:46:57 -0700, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
67 \r
68 > On Mon, 06 Jun 2011 13:20:00 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
69 > > After a conversation with David last year about bug-tracking, I worked\r
70 > > up a rough python-based prototype of this. It worked in terms of\r
71 > > namespaces, so Carl could associate the namespace "public" with a list\r
72 > > of tags he publishes to a http-accessable location. And you could\r
73 > > associate the namespace "cworth" with those same tags.\r
74\r
75 > This sounds very cool, Jesse.  Very git-like.  I like it.\r
76\r
77 \r
78 Warning: git fanboi-ism ahead.\r
79 \r
80 I like the concept too. But I worry a bit that we are re-inventing\r
81 things that could be done by git.  What do people think about a similar\r
82 namespace import export tool where we rely on git for a transport layer,\r
83 and for merging, conflict-resolution, and history tracking. Of course\r
84 there are details to be settled, but before I try to work them out,\r
85 would anyone like to convince me the idea is fundementally wrong headed?\r
86 Jesse, do you remember why you decided to roll your own?  I agree it is\r
87 subjective what is easier, but I think we have enough people comfortable\r
88 with git that collaborative maintenence of a bug-tag git repo would be\r
89 pretty easy.\r
90 \r
91 d\r