From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Thu, 26 Mar 2009 16:30:21 +0300 Message-ID: From: Mukhitdinov Manzur To: 9fans@9fans.net Content-Type: multipart/alternative; boundary=0016e6d646482d56220466059ea8 Subject: [9fans] GSOC: Gitfs Topicbox-Message-UUID: c7e65a06-ead4-11e9-9d60-3106f5b1d025 --0016e6d646482d56220466059ea8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello! I'm a cs student from Saint-Petersburg,Russia(sea-gull on #plan9-soc). I'm interested in your project of implementing Git file system for Plan9. Implementing Gitfs when we have Hgfs[1] and hgc may seem odd to somebody, especially when Git doesn't have apparent advantages over mercury. But there are some benefits to community: as I'm new to Plan9/Inferno the more difficult task I get, the more and deeper I'll learn Plan9. And that means, the better and longer I can help to the community But I'll benefit no less than you: I'll learn miraculous Plan9, get friends and spend my time to something useful I've some other ideas: - Something like Boost library for Limbo - Dis decompiler Comments are appreciated! Thanks, Manzur References: 1. http://www.ueber.net/hg/hgfs/files/last/README --0016e6d646482d56220466059ea8 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello!

=A0=A0 =A0I'm a cs student from Saint-Petersburg,Russ= ia(sea-gull on #plan9-soc).
I'm interested in your project of imple= menting Git file system
for Plan9.
=A0=A0 =A0Implementing Gitfs whe= n we have Hgfs[1] and hgc may seem odd to somebody,
especially when Git doesn't have apparent advantages over mercury.
B= ut there are some benefits to community: as I'm new to Plan9/Infernothe more difficult task I get, the more and deeper I'll learn Plan9. A= nd that means,
the better and longer I can help to the community
But I'll benefit n= o less than you: I'll learn miraculous Plan9,
get friends and spend = my time to something useful

I've some other ideas:
- Somethin= g like Boost library for Limbo
- Dis decompiler

Comments are appreciated!

Thanks, Manzur
=
References:
=A0=A0 =A01. http://www.ueber.net/hg/hgfs/files/last/README
=A0= =A0 =A0
=A0=A0=A0
--0016e6d646482d56220466059ea8-- From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 26 Mar 2009 21:57:16 +0100 From: Enrico Weigelt To: 9fans@9fans.net Message-ID: <20090326205716.GC31424@nibiru.local> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: ca5f2876-ead4-11e9-9d60-3106f5b1d025 * Mukhitdinov Manzur wrote: Hi, > I'm interested in your project of implementing Git file system > for Plan9. Great thing! I'd be your first user :) cu -- ---------------------------------------------------------------------- Enrico Weigelt, metux IT service -- http://www.metux.de/ cellphone: +49 174 7066481 email: info@metux.de skype: nekrad666 ---------------------------------------------------------------------- Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme ---------------------------------------------------------------------- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 26 Mar 2009 17:10:44 -0400 Message-ID: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> From: "J.R. Mauro" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: ca67330e-ead4-11e9-9d60-3106f5b1d025 On Thu, Mar 26, 2009 at 9:30 AM, Mukhitdinov Manzur wrote: > > Hello! > > =A0=A0 =A0I'm a cs student from Saint-Petersburg,Russia(sea-gull on #plan= 9-soc). > I'm interested in your project of implementing Git file system > for Plan9. > =A0=A0 =A0Implementing Gitfs when we have Hgfs[1] and hgc may seem odd to > somebody, > especially when Git doesn't have apparent advantages over mercury. > But there are some benefits to community: as I'm new to Plan9/Inferno > the more difficult task I get, the more and deeper I'll learn Plan9. And > that means, > the better and longer I can help to the community > But I'll benefit no less than you: I'll learn miraculous Plan9, > get friends and spend my time to something useful If I remember correctly, someone made a FUSE filesystem that worked with a git checkout. Its implementation may perhaps be helpful in writing a 9P filesystem. > > I've some other ideas: > - Something like Boost library for Limbo > - Dis decompiler > > Comments are appreciated! > > Thanks, Manzur > > References: > =A0=A0 =A01. http://www.ueber.net/hg/hgfs/files/last/README > > > From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; delsp=yes; format=flowed; charset=US-ASCII Date: Thu, 26 Mar 2009 14:18:37 -0700 From: Roman Shaposhnik In-reply-to: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-id: <2A98192D-577C-4022-8E8D-928639AFDA50@sun.com> References: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> Cc: manzur1986@gmail.com Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: ca73dfbe-ead4-11e9-9d60-3106f5b1d025 On Mar 26, 2009, at 2:10 PM, J.R. Mauro wrote: > On Thu, Mar 26, 2009 at 9:30 AM, Mukhitdinov Manzur > wrote: >> >> Hello! >> >> I'm a cs student from Saint-Petersburg,Russia(sea-gull on >> #plan9-soc). >> I'm interested in your project of implementing Git file system >> for Plan9. >> Implementing Gitfs when we have Hgfs[1] and hgc may seem odd to >> somebody, >> especially when Git doesn't have apparent advantages over mercury. >> But there are some benefits to community: as I'm new to Plan9/Inferno >> the more difficult task I get, the more and deeper I'll learn >> Plan9. And >> that means, >> the better and longer I can help to the community >> But I'll benefit no less than you: I'll learn miraculous Plan9, >> get friends and spend my time to something useful Somehow I didn't see the original email from Manzur (was it ever posted to the list?) But given my personal interests, I'd be delighted to help along with the gitfs. Since I've ignored most of the GSOC traffic so far, could someone, please point me to the right URLs so that I can see what's required of mentors and whether I'd be a good match for that. Thanks, Roman. P.S. besides, there's always a benefit of communicating in Russian or getting together for a few beers in SPB ;-) From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <2A98192D-577C-4022-8E8D-928639AFDA50@sun.com> References: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> <2A98192D-577C-4022-8E8D-928639AFDA50@sun.com> Date: Thu, 26 Mar 2009 17:23:00 -0400 Message-ID: <9ab217670903261423m69ef0781hf610195cdc4840e9@mail.gmail.com> From: "Devon H. O'Dell" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: ca781124-ead4-11e9-9d60-3106f5b1d025 2009/3/26 Roman Shaposhnik : > Somehow I didn't see the original email from Manzur (was it ever > posted to the list?) But given my personal interests, I'd be delighted > to help along with the gitfs. Yeah, it was. > Since I've ignored most of the GSOC traffic so far, could someone, > please point me to the right URLs so that I can see what's required > of mentors and whether I'd be a good match for that. The GSoC traffic is misdirected. The GSoC emails *SHOULD* be going to the plan9-gsoc list, which is hosted by Google. As far as becoming a mentor, create a google account, and go to http://socghop.appspot.com/org/apply_mentor/google/gsoc2009 Anthony Sorace is the administrator for the project this year and he will have to approve your mentor application. > Thanks, > Roman. Hope that helps! --dho > P.S. besides, there's always a benefit of communicating in Russian > or getting together for a few beers in SPB ;-) > > From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <9ab217670903261423m69ef0781hf610195cdc4840e9@mail.gmail.com> References: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> <2A98192D-577C-4022-8E8D-928639AFDA50@sun.com> <9ab217670903261423m69ef0781hf610195cdc4840e9@mail.gmail.com> Date: Thu, 26 Mar 2009 18:54:05 -0300 Message-ID: <32d987d50903261454g3914708dxdde5a21e448421cd@mail.gmail.com> From: "Federico G. Benavento" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: ca808bd8-ead4-11e9-9d60-3106f5b1d025 you could also use uriel's port of git to Plan 9, I think On Thu, Mar 26, 2009 at 6:23 PM, Devon H. O'Dell wrote: > 2009/3/26 Roman Shaposhnik : >> Somehow I didn't see the original email from Manzur (was it ever >> posted to the list?) But given my personal interests, I'd be delighted >> to help along with the gitfs. > > Yeah, it was. > >> Since I've ignored most of the GSOC traffic so far, could someone, >> please point me to the right URLs so that I can see what's required >> of mentors and whether I'd be a good match for that. > > The GSoC traffic is misdirected. The GSoC emails *SHOULD* be going to > the plan9-gsoc list, which is hosted by Google. > > As far as becoming a mentor, create a google account, and go to > http://socghop.appspot.com/org/apply_mentor/google/gsoc2009 > > Anthony Sorace is the administrator for the project this year and he > will have to approve your mentor application. > >> Thanks, >> Roman. > > Hope that helps! > > --dho > >> P.S. besides, there's always a benefit of communicating in Russian >> or getting together for a few beers in SPB ;-) >> >> > > -- Federico G. Benavento From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <9ab217670903261423m69ef0781hf610195cdc4840e9@mail.gmail.com> References: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> <2A98192D-577C-4022-8E8D-928639AFDA50@sun.com> <9ab217670903261423m69ef0781hf610195cdc4840e9@mail.gmail.com> Date: Thu, 26 Mar 2009 23:18:13 +0100 Message-ID: From: yy To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: ca940226-ead4-11e9-9d60-3106f5b1d025 2009/3/26 Devon H. O'Dell : > The GSoC traffic is misdirected. The GSoC emails *SHOULD* be going to > the plan9-gsoc list, which is hosted by Google. > I hope the plan9-gsoc list gets more attention. I sent my project ideas there a week ago and you were the only person who replied my message. Maybe that's why people is directing their emails to 9fans. Since I would really like to hear some comments before writting my application, I will explain here what I have in mind (there's also some alternative ideas in my original message: http://groups.google.com/group/plan9-gsoc/browse_frm/thread/52d77f27a3f5645b): 1. Cleaning up drawterm and 9vx draw devices in unix (I don't have a windows or macos dev environment, or any experience FWIW). I have seen several small TODOs in the code, and in particular all the Xlib code should be isolated. I don't know if a complete merge would be possible, or if p9p could be included in the group. 2. As suggested in drawterm TODO, replace the console with 9term (in 9vx too). 3. Write a wctl device which speaks directly with Xlib, this way rio wouldn't have to (but could) be used in 9vx/drawterm, and windows could be managed with the X wm. 4. I have seen the A-term proposition in gsoc.cat-v.org and I could do it. I'm quite familiar with acme code and in fact is something I had in mind (to be used with the wctl described above). I don't think any of these projects is enough for gsoc, but more than one of the ideas could be combined. I'd like to know your opinions about what could/should be done. Regards, -- - yiyus || JGL . From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <32d987d50903261454g3914708dxdde5a21e448421cd@mail.gmail.com> References: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> <2A98192D-577C-4022-8E8D-928639AFDA50@sun.com> <9ab217670903261423m69ef0781hf610195cdc4840e9@mail.gmail.com> <32d987d50903261454g3914708dxdde5a21e448421cd@mail.gmail.com> Date: Thu, 2 Apr 2009 07:35:13 -0500 Message-ID: From: Eric Van Hensbergen To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: d09dc3aa-ead4-11e9-9d60-3106f5b1d025 On Thu, Mar 26, 2009 at 4:54 PM, Federico G. Benavento wrote: > you could also use uriel's port of git to Plan 9, I think > Googling fails me, where? -eric From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <3aaafc130903261410n49edda35le70f1b8a0a2c9e38@mail.gmail.com> <2A98192D-577C-4022-8E8D-928639AFDA50@sun.com> <9ab217670903261423m69ef0781hf610195cdc4840e9@mail.gmail.com> <32d987d50903261454g3914708dxdde5a21e448421cd@mail.gmail.com> Date: Thu, 2 Apr 2009 20:42:14 +0800 Message-ID: <140e7ec30904020542x1fa6c621p10256fbc1627a67b@mail.gmail.com> From: sqweek To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] GSOC: Gitfs Topicbox-Message-UUID: d0a33d3a-ead4-11e9-9d60-3106f5b1d025 2009/4/2 Eric Van Hensbergen : > On Thu, Mar 26, 2009 at 4:54 PM, Federico G. Benavento > wrote: >> you could also use uriel's port of git to Plan 9, I think > > Googling fails me, where? I remember he started the port but I'm not sure he got it functional. I presume it is /n/sources/contrib/uriel/git9.tgz , whatever state it is in. -sqweek