On 2012-12-03, at 09:24, Sebastian Nozzi <[email protected]> wrote:
> 2012/12/3 Camillo Bruni <[email protected]>: >> .. and if you have too much energy left: >> we started a full smalltalk implementation of git but we miss the protocols >> ;) >> http://ss3.gemstone.com/ss/FSGit-Experimental.html > > Cool. How does it work? Are you leveraging the installed tools (git) > or a specific library, or implementing the whole thing in Pharo? it's fully implemented in Pharo. What works perfectly right now is modifying local git repositories: - look at all the git structures in a repository - modify the structures (add commits and files) missing is push and pull support due to the lack of a proper protocol implementation ;) > Right now I was only interested in using a github-hosted project (Ratpack) :-) then FileTree is definitely your choice :)
