Re: [Monotone-devel] Re: SPKI/SDSI

2006-02-11 Thread Nathaniel Smith
On Wed, Feb 08, 2006 at 03:35:25PM +, Bruce Stephens wrote: Nathaniel Smith [EMAIL PROTECTED] writes: I've been reading RFC 2693 [ftp://ftp.isi.edu/in-notes/rfc2693.txt] to prepare for CodeCon, so I can talk about plans for trust management without seeming totally ignorant of relevant

[Monotone-devel] [PATCH] validation hook documentation

2006-02-11 Thread Blake Kaplan
Nathaniel asked me to document the commit message validation hook that I added, so here's a patch to do that. It also changes the lua to reflect what really gets passed in. I'll implement the rest of his suggestions in another patch soon. -- Blake Kaplan # # old_revision

Re: [Monotone-devel] [sqlite] disk locality (and delta storage)

2006-02-11 Thread Daniel Carosone
On Fri, Feb 10, 2006 at 07:06:27PM -0500, [EMAIL PROTECTED] wrote: Daniel Carosone [EMAIL PROTECTED] wrote: It seems a little odd to me to build a centralised, online information system for tracking state and documenting activity around and about source code in a distributed and

Re: [Monotone-devel] mtsh, monotree, monotone.el, etc.

2006-02-11 Thread Olivier Andrieu
Bruce Stephens [Wednesday 8 February 2006] : I notice contrib/monotone-nav.el hasn't seen much modification, so am I right to guess that it's not being used much? Nevers used it myself, I don't even know what i's supposed to do :) contrib/monotone.el seems to work fine, and I've been

Re: [Monotone-devel] Re: [sqlite] disk locality (and delta storage)

2006-02-11 Thread Nathaniel Smith
Thanks for this detailed email! I've been a bit crazy with codecon the last week, and most of what I have to say is hmm, lots to think about here, so, yeah :-). I did want to reply to your VCS system comments, though: On Tue, Feb 07, 2006 at 10:17:54AM -0500, [EMAIL PROTECTED] wrote: What I'm

[Monotone-devel] Re: SPKI/SDSI

2006-02-11 Thread Bruce Stephens
Nathaniel Smith [EMAIL PROTECTED] writes: [...] The really nice thing about this chunk of extra architecture is that it also gives you natural solutions for such things as: * key lifecycle (including retiring old keys and making new ones with the same name as the old one) * branch

Re: [Monotone-devel] Approval revisited...

2006-02-11 Thread Justin Patrin
On 2/11/06, Nathaniel Smith [EMAIL PROTECTED] wrote: On Fri, Feb 10, 2006 at 05:25:36PM +0100, Richard Levitte - VMS Whacker wrote: I'm taking a look at the current revision approval possibilities, and there are things I don't quite understand. Also, it looks like this hasn't been looked

Re: [Monotone-devel] [sqlite] disk locality (and delta storage)

2006-02-11 Thread Nathaniel Smith
On Fri, Feb 10, 2006 at 07:06:27PM -0500, [EMAIL PROTECTED] wrote: Daniel Carosone [EMAIL PROTECTED] wrote: Wiki pages doesn't seem so hard, they're pretty much text documents stored in a VCS anyway. There are some complications. Each wiki page acts if it where its own independent

Re: [Monotone-devel] [sqlite] disk locality (and delta storage)

2006-02-11 Thread drh
Daniel Carosone [EMAIL PROTECTED] wrote: Just type (for example): monotone httpserver and then point your webbrowser at 127.0.0.1. My personal favourite is jetty in Java for this kind of thing; I'm not sure monotone itself should grow a http server :) The built-in webserver

Re: [Monotone-devel] [PATCH] validation hook documentation

2006-02-11 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sat, 11 Feb 2006 03:07:02 -0800, Blake Kaplan [EMAIL PROTECTED] said: mrbkap Nathaniel asked me to document the commit message validation mrbkap hook that I added, so here's a patch to do that. It also mrbkap changes the lua to reflect what really gets passed in.

Re: [Monotone-devel] Approval revisited...

2006-02-11 Thread Daniel Carosone
On Sat, Feb 11, 2006 at 03:37:01AM -0800, Justin Patrin wrote: Personally, I think the functionality of 'disapprove' should move to 'revert' ('revert -r REV [RESTRICTION]; commit'), and 'approve' could just go away, or stay on until we have a real story, or whatever. The name 'revert' of

Re: [Monotone-devel] Approval revisited...

2006-02-11 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 12 Feb 2006 09:41:14 +1100, Daniel Carosone [EMAIL PROTECTED] said: dan On Sat, Feb 11, 2006 at 03:37:01AM -0800, Justin Patrin wrote: dan Personally, I think the functionality of 'disapprove' should dan move to 'revert' ('revert -r REV [RESTRICTION];