9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] git on plan9
@ 2009-07-18 22:46 drivers
  2009-07-20 21:39 ` John Floren
  0 siblings, 1 reply; 32+ messages in thread
From: drivers @ 2009-07-18 22:46 UTC (permalink / raw)
  To: 9fans

	Phew finally got it.  There was some hackery involved in the hg-git python code since mmap wasn't supported -- i basically just implemented them with reads; however I was considering writing an mmap module that used reads but realized that would be misleading since it wasn't really mmap.  I think altering the hg-git code is the best option and i've done it in such a way that its isolated so it can be easily updated from mainstream.  Let me know if you want it.

++james

rator_gade% hg clone git://zen-sources.org/zen/THE.git
destination directory: THE.git
fetching from : git://zen-sources.org/zen/THE.git
importing Hg objects into Git
Counting objects: 1592, done.
Compressing objects:   0% (1/1185)
Compressing objects:   1% (12/1185)
Compressing objects:   2% (24/1185)
Compressing objects:   3% (36/1185)
Compressing objects:   4% (48/1185)
Compressing objects:   5% (60/1185)
Compressing objects:   6% (72/1185)
Compressing objects:   7% (83/1185)
Compressing objects:   8% (95/1185)
Compressing objects:   9% (107/1185)
Compressing objects:  10% (119/1185)
Compressing objects:  11% (131/1185)
Compressing objects:  12% (143/1185)
Compressing objects:  13% (155/1185)
Compressing objects:  14% (166/1185)
Compressing objects:  15% (178/1185)
Compressing objects:  16% (190/1185)
Compressing objects:  17% (202/1185)
Compressing objects:  18% (214/1185)
Compressing objects:  19% (226/1185)
Compressing objects:  20% (237/1185)
Compressing objects:  21% (249/1185)
Compressing objects:  22% (261/1185)
Compressing objects:  23% (273/1185)
Compressing objects:  24% (285/1185)
Compressing objects:  25% (297/1185)
Compressing objects:  26% (309/1185)
Compressing objects:  27% (320/1185)
Compressing objects:  28% (332/1185)
Compressing objects:  29% (344/1185)
Compressing objects:  30% (356/1185)
Compressing objects:  31% (368/1185)
Compressing objects:  32% (380/1185)
Compressing objects:  33% (392/1185)
Compressing objects:  34% (403/1185)
Compressing objects:  35% (415/1185)
Compressing objects:  36% (427/1185)
Compressing objects:  37% (439/1185)
Compressing objects:  38% (451/1185)
Compressing objects:  39% (463/1185)
Compressing objects:  40% (474/1185)
Compressing objects:  41% (486/1185)
Compressing objects:  42% (498/1185)
Compressing objects:  43% (510/1185)
Compressing objects:  44% (522/1185)
Compressing objects:  45% (534/1185)
Compressing objects:  46% (546/1185)
Compressing objects:  47% (557/1185)
Compressing objects:  48% (569/1185)
Compressing objects:  49% (581/1185)
Compressing objects:  50% (593/1185)
Compressing objects:  51% (605/1185)
Compressing objects:  52% (617/1185)
Compressing objects:  53% (629/1185)
Compressing objects:  54% (640/1185)
Compressing objects:  55% (652/1185)
Compressing objects:  56% (664/1185)
Compressing objects:  57% (676/1185)
Compressing objects:  58% (688/1185)
Compressing objects:  59% (700/1185)
Compressing objects:  60% (711/1185)
Compressing objects:  61% (723/1185)
Compressing objects:  62% (735/1185)
Compressing objects:  63% (747/1185)
Compressing objects:  64% (759/1185)
Compressing objects:  65% (771/1185)
Compressing objects:  66% (783/1185)
Compressing objects:  67% (794/1185)
Compressing objects:  68% (806/1185)
Compressing objects:  69% (818/1185)
Compressing objects:  70% (830/1185)
Compressing objects:  71% (842/1185)
Compressing objects:  72% (854/1185)
Compressing objects:  73% (866/1185)
Compressing objects:  74% (877/1185)
Compressing objects:  75% (889/1185)
Compressing objects:  76% (901/1185)
Compressing objects:  77% (913/1185)
Compressing objects:  78% (925/1185)
Compressing objects:  79% (937/1185)
Compressing objects:  80% (948/1185)
Compressing objects:  81% (960/1185)
Compressing objects:  82% (972/1185)
Compressing objects:  83% (984/1185)
Compressing objects:  84% (996/1185)
Compressing objects:  85% (1008/1185)
Compressing objects:  86% (1020/1185)
Compressing objects:  87% (1031/1185)
Compressing objects:  88% (1043/1185)
Compressing objects:  89% (1055/1185)
Compressing objects:  90% (1067/1185)
Compressing objects:  91% (1079/1185)
Compressing objects:  92% (1091/1185)
Compressing objects:  93% (1103/1185)
Compressing objects:  94% (1114/1185)
Compressing objects:  95% (1126/1185)
Compressing objects:  96% (1138/1185)
Compressing objects:  97% (1150/1185)
Compressing objects:  98% (1162/1185)
Compressing objects:  99% (1174/1185)
Compressing objects: 100% (1185/1185)
Compressing objects: 100% (1185/1185), done.
Total 1592 (delta 455), reused 1128 (delta 286)
importing Git objects into Hg
at:   0/116
at: 100/116
updating working directory
241 files updated, 0 files merged, 0 files removed, 0 files unresolved
rator_gade%




^ permalink raw reply	[flat|nested] 32+ messages in thread
* [9fans] git on plan9
@ 2009-07-15 22:38 drivers
  2009-07-15 23:01 ` Russ Cox
  0 siblings, 1 reply; 32+ messages in thread
From: drivers @ 2009-07-15 22:38 UTC (permalink / raw)
  To: 9fans

Thats good to hear HG is working well, I am really hoping for git as it is hosting my current repo of works.  If git does not exist and there is no plan to do it in the future I can migrate over my stuff (i'd prefer to do actual new work than porting VCS!).  Thanks for the replies thus far.

+=jt



^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2009-07-21 15:55 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-07-18 22:46 [9fans] git on plan9 drivers
2009-07-20 21:39 ` John Floren
2009-07-20 21:40   ` John Floren
2009-07-20 21:43   ` Roman V Shaposhnik
2009-07-20 21:47     ` John Floren
2009-07-21 14:50       ` james toy
2009-07-21 14:56         ` james toy
2009-07-21 15:22           ` Federico G. Benavento
2009-07-21 15:55             ` james toy
  -- strict thread matches above, loose matches on Subject: below --
2009-07-15 22:38 drivers
2009-07-15 23:01 ` Russ Cox
2009-07-15 23:44   ` John Floren
2009-07-15 23:56     ` Russ Cox
2009-07-16  0:08     ` Federico G. Benavento
2009-07-16 20:51       ` drivers
2009-07-16 21:17         ` ron minnich
2009-07-16 21:21           ` Felipe Bichued
2009-07-16 21:28             ` drivers
2009-07-16 23:08           ` Federico G. Benavento
2009-07-16 23:16             ` Federico G. Benavento
2009-07-16 23:25               ` Federico G. Benavento
2009-07-17  0:35                 ` drivers
2009-07-17  1:02                   ` John Floren
2009-07-17  2:08                     ` drivers
2009-07-17 16:45                     ` drivers
2009-07-17 16:58                       ` Russ Cox
2009-07-17 17:02                         ` drivers
2009-07-16 21:18         ` Felipe Bichued
2009-07-16 21:20           ` erik quanstrom
2009-07-16 21:31             ` Felipe Bichued
2009-07-16 21:38               ` erik quanstrom
2009-07-16  2:36     ` drivers

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).