I was/am looking forward to node-gitteh being updated to use gyp,
unfortunately it took longer than it took for my Raspberry Pi to
arrive, so I ended up just writing a quick little binding to libgit2
using node-ffi 
(https://github.com/TooTallNate/n8.io/blob/f98776b53b1bcb7efbd2f4c878ef91725f18b902/lib/git.js).
You can take a look at the blog code to see how to use it. It's not
ideal over node-gitteh, but it does the job while we wait.

On Sat, Nov 3, 2012 at 4:15 PM, sbusch <[email protected]> wrote:
> 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

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

Reply via email to