Hi Max, Thanks for pointing me in this direction.
I tried to install what you proposed in a clean Pharo 1.4 image, but I got a MessageNotUnderstood: ByteString>>golferReferences. Any hint? Cheers, Roberto On Nov 7, 2012, at 9:35 AM, Max Leske <[email protected]> wrote: > Hi Roberto > > Yes, there is, but it is work in progress. > Try this in Pharo 1.4 or 2.0: > > Gofer new > repository: 'http://ss3.gemstone.com/ss/FileSystem-Git'; > package: 'FileSystem-Git'; > package: 'System-Hashing'; > load. > > If you need any help, there's a dedicated mailing list: > [email protected]. > > Cheers, > Max > > > On 07.11.2012, at 09:08, "[email protected]" <[email protected]> > wrote: > >> Hello, >> >> I need to access a Git repository programmatically from Pharo. >> >> Is there any API to work with Git working copies, access and manipulate >> repositories programmatically? >> >> In short I need to checkout each revision of a project and extract some >> meta-data from each revision. >> >> Thanks in advance, >> Roberto > >
