On 2012-09-07, at 13:48, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Le 07/09/2012 13:37, Camillo Bruni a écrit :
On 2012-09-07, at 13:29, Alexandre Bergel <alexandre.bergel@me.com> wrote:
Is using Git completely transparent so far? Or do I still need to manually write a "git push", "git pull" from the terminal?
this is what is missing... we have the communication protocol for downloading more or less ready, but we have to properly implement the push. For the time being it works with an OSProcess call to `git push`
That's transparent enough in my book.
but the goal is to have it completely transparent, otherwise I doubt anybody will seriously use it from within pharo...
OSProcess is a fine solution and it may be a tad easier to do it right. I would move to git if you get the transparent "OSProcess" working.
ok that seems feasible :)
On Sep 7, 2012, at 8:15 AM, Camillo Bruni <camillobruni@gmail.com> wrote:
who will help?
max and I, stimulated by ESUG, worked on the latest version of FS-Git to make it stable again. we are very close to have a complete set of git tools written in pharo ready!
missing ======= - a better mc integration - a cypress compatible fileout format - complete interaction with the git protocol - a direct way to commit stuff
as always my time is somewhat limited as well and we're the only two developers working on it...
The current work is available here: http://ss3.gemstone.com/ss/FSGit-Experimental.html https://github.com/dalehenrich/FSGit