Git development
 help / color / mirror / Atom feed
* QNX support
@ 2013-02-21 13:05 David Ondřich
  2013-02-21 17:49 ` Junio C Hamano
  0 siblings, 1 reply; 4+ messages in thread
From: David Ondřich @ 2013-02-21 13:05 UTC (permalink / raw)
  To: git

Hi,

I've read [1] recently, there's been some QNX port being initiated. Does that involve also old versions of QNX 4?

Since we are using QNX both internally and for our customers we started porting Git on QNX ourselves some time ago and we do have some experiences. Basically, it's possible to get Git up and running but there are some limitations, and some hacks have to be applied.

If some additional info wanted, please contact me.

dond

[1] http://lkml.indiana.edu/hypermail/linux/kernel/1302.2/00406.html

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

* Re: QNX support
  2013-02-21 13:05 QNX support David Ondřich
@ 2013-02-21 17:49 ` Junio C Hamano
  2013-02-21 18:04   ` Kraai, Matt
  0 siblings, 1 reply; 4+ messages in thread
From: Junio C Hamano @ 2013-02-21 17:49 UTC (permalink / raw)
  To: Matt Kraai; +Cc: git, David Ondřich

"David Ondřich" <david.ondrich@aveco.com> writes:

jch: redirecting to the guilty party ;-)

> I've read [1] recently, there's been some QNX port being
> initiated. Does that involve also old versions of QNX 4?
>
> Since we are using QNX both internally and for our customers we
> started porting Git on QNX ourselves some time ago and we do have
> some experiences. Basically, it's possible to get Git up and
> running but there are some limitations, and some hacks have to be
> applied.
>
> If some additional info wanted, please contact me.

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

* RE: QNX support
  2013-02-21 17:49 ` Junio C Hamano
@ 2013-02-21 18:04   ` Kraai, Matt
  2013-06-26 14:36     ` David Ondřich
  0 siblings, 1 reply; 4+ messages in thread
From: Kraai, Matt @ 2013-02-21 18:04 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, David Ondřich

Junio C Hamano writes:
> "David Ondřich" <david.ondrich@aveco.com> writes:
> > I've read [1] recently, there's been some QNX port being
> > initiated. Does that involve also old versions of QNX 4?

No, I haven't been working on QNX 4 support.  I've been targeting QNX 6.3.2, with a little testing on QNX 6.5.0.  I doubt what I've done would work on QNX 4 since it's so different from QNX 6.
 
> > Since we are using QNX both internally and for our customers we
> > started porting Git on QNX ourselves some time ago and we do have
> > some experiences. Basically, it's possible to get Git up and
> > running but there are some limitations, and some hacks have to be
> > applied.
> >
> > If some additional info wanted, please contact me.

Now that Git is building and usable, the next logical step is to investigate and fix the test suite failures.  If you have any information about these, that could be helpful.

-- 
Matt

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

* Re: QNX support
  2013-02-21 18:04   ` Kraai, Matt
@ 2013-06-26 14:36     ` David Ondřich
  0 siblings, 0 replies; 4+ messages in thread
From: David Ondřich @ 2013-06-26 14:36 UTC (permalink / raw)
  To: Kraai, Matt; +Cc: Junio C Hamano, git

Hi,

sorry for long delay, I was busy on some important project so far. However, we’ve found out really bad thing recently.

On Feb 21, 2013, at 7:04 PM, "Kraai, Matt" <Matt.Kraai@amo.abbott.com> wrote:
> Junio C Hamano writes:
>> "David Ondřich" <david.ondrich@aveco.com> writes:
>>> I've read [1] recently, there's been some QNX port being
>>> initiated. Does that involve also old versions of QNX 4?
> 
> No, I haven't been working on QNX 4 support.  I've been targeting QNX 6.3.2, with a little testing on QNX 6.5.0.  I doubt what I've done would work on QNX 4 since it's so different from QNX 6.

It certainly wouldn't work, since there’s limitation to 48 characters for filename in filesystem – it can be beaten up by changes in git index / pack / keep mechanism but it requires on-the-fly transformation when replicating a repository from / to other place. I've thought we would be able to implement such translation but what came up was its cost would be too high. It is definitely doable but for us it's currently the showstopper.

dond

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

end of thread, other threads:[~2013-06-26 14:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 13:05 QNX support David Ondřich
2013-02-21 17:49 ` Junio C Hamano
2013-02-21 18:04   ` Kraai, Matt
2013-06-26 14:36     ` David Ondřich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox