Nov. 7, 2012
8:35 a.m.
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: smalltalk-git@googlegroups.com. Cheers, Max On 07.11.2012, at 09:08, "roberto.minelli@usi.ch" <roberto.minelli@usi.ch> 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