GitX hangs when trying to open repository with fifo
Reported by Dag Høidahl | May 11th, 2009 @ 10:29 AM
When a repository contains a fifo file (created using mkfifo), GitX is not able to open the repository. The application will hang unless the fifo is given some data (e.g. echo something > thefifo). If so, the application shows an error dialogue saying 'The document "" could not be opened.'
Comments and changes to this ticket
-

Pieter de Bie May 28th, 2009 @ 04:49 PM
- State changed from new to invalid
I think this is some NSDocument weirdness, which I don't know how to fix. Opening the repository from the cli works, right? There's no easy fix here, it's probably Cocoa's fault. We might drop the NSDocument stuff and go with something of our own.. we don't get too much benefit from it anyway, and it seems to cause trouble if you don't adhere to Apple's standard of what a document should look like.
I'm going to close this ticket, as there isn't really anything I can do about it now.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
GitX is the nice-looking gitk clone for OS X