Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-02-07 Thread Tobias Pape
On 06.02.2014, at 12:58, Goubier Thierry thierry.goub...@cea.fr wrote: Le 06/02/2014 12:05, Stephan Eggermont a écrit : Hmm, I think it needs a bit more detailed explanation. - it doesn’t find installed git. It assumes you installed git by loading apple command line developer tools (instead

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-02-06 Thread Goubier Thierry
Le 06/02/2014 12:05, Stephan Eggermont a écrit : Hmm, I think it needs a bit more detailed explanation. - it doesn’t find installed git. It assumes you installed git by loading apple command line developer tools (instead of brew, or fink) Hum, good question: it doesn't assumes anything

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-31 Thread Philippe Marschall
On 30.01.14 11:12, Goubier Thierry wrote: Hi all, I'm announcing a GitFileTree for Pharo3.0 version with full support for working from github (and probably all other git remote repositories such as bitbucket) without touching any git command line, for Linux and Mac at least (and Windows as soon

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-31 Thread GOUBIER Thierry
: pharo-dev@lists.pharo.org Objet : Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all How does it interact with git? Does it shell out, call a library or have a full git implementation in Smalltalk? Cheers Philippe

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-31 Thread Pharo4Stef
It uses OS Process. How does it interact with git? Does it shell out, call a library or have a full git implementation in Smalltalk? Cheers Philippe

[Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Goubier Thierry
Hi all, I'm announcing a GitFileTree for Pharo3.0 version with full support for working from github (and probably all other git remote repositories such as bitbucket) without touching any git command line, for Linux and Mac at least (and Windows as soon as someone on windows will write the

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Max Leske
Great stuff Thierry! On 30.01.2014, at 11:12, Goubier Thierry thierry.goub...@cea.fr wrote: Hi all, I'm announcing a GitFileTree for Pharo3.0 version with full support for working from github (and probably all other git remote repositories such as bitbucket) without touching any git

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Esteban Lorenzano
supercool Thierry, thank you very much :) I suppose we should integrate this to early Pharo4 (we then can check how to improve, if needed) :)) Esteban On 30 Jan 2014, at 11:12, Goubier Thierry thierry.goub...@cea.fr wrote: Hi all, I'm announcing a GitFileTree for Pharo3.0 version with full

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Goubier Thierry
Le 30/01/2014 11:17, Esteban Lorenzano a écrit : supercool Thierry, thank you very much :) I suppose we should integrate this to early Pharo4 (we then can check how to improve, if needed) :)) That would be great! And testing, jumping on it, crashing it is a good workout to design the next

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Damien Cassou
On Thu, Jan 30, 2014 at 11:12 AM, Goubier Thierry thierry.goub...@cea.fr wrote: For configurations of a project on github, it becomes possible to ensure a load of ConfigurationOfGitFileTree and then use a gitfiletree url to clone, setup the local repository and load the package, as is done in

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Goubier Thierry
Le 30/01/2014 11:42, Damien Cassou a écrit : On Thu, Jan 30, 2014 at 11:12 AM, Goubier Thierry thierry.goub...@cea.fr wrote: For configurations of a project on github, it becomes possible to ensure a load of ConfigurationOfGitFileTree and then use a gitfiletree url to clone, setup the local

Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all

2014-01-30 Thread Torsten Bergmann
There is no MCFileTreeGitRepository(class)fromZnUrl: method when loading cleanly from a config browser in Pharo 3.0 latest. So your example in the announcement will not work. I guess this is due to ConfigurationOfGitFileTree-ThierryGoubier.8 in MetaRepoForPharo30 but there is a more recent