9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "ron minnich" <rminnich@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] bell-labs website and plan9
Date: Mon,  9 Apr 2007 11:02:44 -0700	[thread overview]
Message-ID: <13426df10704091102x67bd8063s2a69e4e2d3e2b891@mail.gmail.com> (raw)
In-Reply-To: <9ab217670704090830r7219382eqb247bd0fc26d32ca@mail.gmail.com>

On 4/9/07, Devon H. O'Dell <devon.odell@gmail.com> wrote:
>  I've asked you several times off-list about the status of
> Python and hg and getting these to work, but I haven't received a
> response yet, so I don't know if you got them.

I owe you an apology for that ... I'm sorry. What I've been trying to
do is find a way to apply $$$ to someone to
1) get my python stuff reworked in a more correct fashion
2) get the work done to put that code back in the mainstream.

This has not happened as soon as I might have hoped, because everyone
is (always) overworked.

I have put my python work to date at 9grid.net, I think this is it,
tell me if I screwed up!
http://9grid.net/magic/webls?dir=/rminnich/src

(and we should all ask andrey and aki to give us webls ... :-)

>Any
> information on the hg status and how one can help with that would be
> nice.

status: For Hg, I needed ssh2. We don't have it. So I got
paramiko-tools. It needed pycrypto. I got those. Pycrypto needed
multiple fixes to the Python port, which I made; I got the pycrypto
stuff to actually work. (and, along the way, realized that Python
plays C tricks that ought not to be played, but that's another story
... these Python C tricks required me to hack things so that
type-safety was set to "OFF OFF OFF OFF OFF") Then I prepared to
release it. Then I realized, that, me releasing crypto would be a
*really* *stupid* thing to do, given where I work and the state of
export control and so on and so forth. SO, ... I stopped.

Then you made me realize that I was being stupid, and should have
thought of Hg port in terms of file trees, not ssh, and now I have to
go look at this again. On plan 9, if you don't first do these tools
with either file trees or 9p, you are being dumb, and I was being dumb
in not thinking in those terms.

But, we still really need an ssh2 transport, at some point, because
that's what The Rest of The World, in their blindness, uses for most
of their Hg repos.

> As far as an SCM goes, it would be nice to have one, but I'm sure it
> has to run in Plan 9. The big problem that I have with hg and my own
> vcs is that neither is really suited for maintaining multiple
> branches.

Are you sure about Hg in this case? The xen tree is about the size of
the plan 9 kernel, for sure, and maybe all of /sys/src, and there are
lots of Xen trees out there. I have not used Hg enough to say, but my
observation is that it has worked well for xen in distributed repo
mode.

Thanks, and sorry I was so uncommunicative on the python stuff.

ron


  reply	other threads:[~2007-04-09 18:02 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-05 19:45 pedro henrique antunes de oliveira
2007-04-05 21:15 ` John Floren
2007-04-05 21:56   ` W B Hacker
2007-04-05 21:57   ` geoff
2007-04-09 14:24     ` Benn Newman
2007-04-09 14:50       ` Devon H. O'Dell
2007-04-09 14:55         ` erik quanstrom
2007-04-09 15:08           ` Devon H. O'Dell
2007-04-09 15:24             ` erik quanstrom
2007-04-09 15:40               ` Devon H. O'Dell
2007-04-09 15:01         ` Devon H. O'Dell
2007-04-09 15:22         ` ron minnich
2007-04-09 15:30           ` Devon H. O'Dell
2007-04-09 18:02             ` ron minnich [this message]
2007-04-09 18:11               ` geoff
2007-04-09 18:14                 ` andrey mirtchovski
2007-04-09 21:04                   ` ron minnich
2007-04-09 22:01               ` Paweł Lasek
2007-04-09 23:26           ` Kris Maglione
2007-04-10  0:14             ` ron minnich
2007-04-10  0:15             ` erik quanstrom
2007-04-10  0:41               ` Uriel
2007-04-10  7:57                 ` Francisco J Ballesteros
2007-04-10  1:08               ` Kris Maglione
2007-04-09 15:50         ` Russ Cox
2007-04-09 16:18           ` Devon H. O'Dell
2007-04-09 16:46             ` matt
2007-04-09 17:51             ` Russ Cox
2007-04-09 17:07           ` Uriel
2007-04-09 17:11             ` Devon H. O'Dell
2007-04-09 17:32               ` Uriel
2007-04-09 18:03                 ` ron minnich
2007-04-09 18:07                   ` Devon H. O'Dell
2007-04-09 23:03                   ` Christopher Nielsen
2007-04-09 23:41                     ` [9fans] CA Bay Area Plan9 users group Lawrence E. Bakst
     [not found]                     ` <p0624081ec2407f2acfe8@192.168.0.7>
2007-04-10  0:12                       ` ron minnich
2007-04-10 21:31                         ` Roman Shaposhnick
2007-04-10 22:23                           ` Micah Stetson
2007-04-10 23:32                             ` ron minnich
2007-04-11  8:52                               ` Lawrence E. Bakst
     [not found]                               ` <p06240831c241dbdd8043@192.168.0.7>
2007-04-11 11:56                                 ` Eric Van Hensbergen
2007-04-11 15:20                                   ` ron minnich
2007-04-12  4:56                                     ` Joel Franusic
2007-04-12 15:31                                       ` ron minnich
2007-04-13 22:34                                         ` David Hendricks
2007-04-13 23:36                                           ` ron minnich
2007-04-14 22:48                                           ` Roman Shaposhnik
2007-04-15  0:16                                             ` Devon H. O'Dell
2007-04-15  1:37                                               ` Joel C. Salomon
2007-04-15  1:51                                                 ` Devon H. O'Dell
2007-04-15  1:52                                           ` Christopher Nielsen
2007-04-16  9:23                                       ` [9fans] " David Hendricks
2007-04-16 17:08                                         ` Joel Franusic
2007-04-17  7:21                                           ` David Hendricks
2007-04-17  8:40                                             ` Uriel
2007-04-17  9:08                                               ` Christopher Nielsen
2007-04-17  9:08                                                 ` Christopher Nielsen
2007-04-17  9:27                                                 ` Uriel
2007-04-25  0:12                                             ` David Hendricks
2007-04-30  0:01                                               ` David Hendricks
2007-04-30 13:34                                                 ` Uriel
2007-04-30 18:05                                                   ` David Hendricks
2007-04-30 19:43                                                     ` Devon H. O'Dell
2007-04-30 23:04                                                     ` David Hendricks
2007-04-30 23:45                                                       ` David Leimbach
2007-05-10  3:07                                                       ` David Hendricks
2007-05-11 15:17                                                         ` Skip Tavakkolian
2007-05-11 16:06                                                           ` David Hendricks
2007-05-11 16:09                                                             ` Tim Wiess
2007-05-11 16:17                                                               ` Skip Tavakkolian
2007-05-11 16:40                                                                 ` Joel C. Salomon
2007-05-11 18:24                                                                   ` David Hendricks
2007-04-17  4:20                                         ` Vester Thacker
2007-04-17  4:46                                         ` ron minnich
2007-04-17  5:54                                           ` Christopher Nielsen
2007-04-17 21:19                                           ` Roman Shaposhnick
2007-04-10  1:17                       ` [9fans] " Tharaneedharan Vilwanathan
2007-04-10  2:56                         ` Anthony Sorace
2007-04-05 21:27 ` [9fans] bell-labs website and plan9 W B Hacker
2007-04-05 21:33   ` pedro henrique antunes de oliveira
2007-04-05 21:49     ` Fazlul Shahriar
2007-04-05 21:51       ` pedro henrique antunes de oliveira
2007-04-09 15:32 erik quanstrom
2007-04-09 15:44 ` Devon H. O'Dell
2007-04-09 16:15   ` Martin Neubauer
2007-04-09 16:23 erik quanstrom

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=13426df10704091102x67bd8063s2a69e4e2d3e2b891@mail.gmail.com \
    --to=rminnich@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).