Hi all, I'm using the excellent gitteh module for native libgit2 bindings to implement a storage system for my project. This used to work quite well, until I updated node to v0.9.3. Now, I can't install gitteh through npm anymore, since the build system is not updated to gyp in the npm version. The current master version in the gitteh-repository however seems to be undergoing a major rewrite and does not seem to offer the features I need (I basically need to read and write blobs directly and get/set references). Also, the bindings.js does not seem to reflect the current API.
Any suggestions on how to proceed? Either a way to use the old gitteh version with a current node.js, or how to use the current gitteh version to access blobs directly would be nice. I would be very much willing to help work on gitteh, since I think good libgit2 bindings for node would be very valuable for a number of projects. If someone currently works on this project, I would like to get in touch to learn more about the current refactoring. - Stefan -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
