Re: [Pharo-users] Using a private git repository with Metacello

2014-10-20 Thread Manfred Kröhnert
Hello Julien, sorry for coming in so late. On Mon, Oct 13, 2014 at 8:19 AM, Julien Delplanque wrote: > Hi Thierry, Dale, > > I get a ZnUnknownScheme whatever the solution I choose... > > Are you sure it works for private repositories that need your ssh key > for auth? > > Julien > I have succe

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-13 Thread Thierry Goubier
Hi Julien, for my part, it would probably mean that GitFileTree isn't loaded. Do you have a package named MonticelloFileTree-Git? I load it with: Gofer new url: ' http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; configurationOf: 'GitFileTree';

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-12 Thread Julien Delplanque
Hi Thierry, Dale, I get a ZnUnknownScheme whatever the solution I choose... Are you sure it works for private repositories that need your ssh key for auth? Julien

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-11 Thread Thierry Goubier
Hi Julien, What didn't work? Thierry Le 11 oct. 2014 10:44, "Julien Delplanque" a écrit : > > Sorry for the late response, I have been a bit busy these days, > > I tried this but it didn't worked > > I'll try the Dale's solution soon. > > However, thank you for the help ;) > > Julien > On 0

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-11 Thread p...@highoctane.be
Very nice to have BitBucket support! Private repositories for free, that's golden. Thx Phil On Sat, Oct 11, 2014 at 10:40 AM, Julien Delplanque wrote: > Thanks a lot I'll try this out! > > Julien > > > On 09/10/14 18:37, Dale Henrichs wrote: > > Julien, > > > > I recently added bitbucket:// su

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-11 Thread Julien Delplanque
Sorry for the late response, I have been a bit busy these days, I tried this but it didn't worked I'll try the Dale's solution soon. However, thank you for the help ;) Julien On 09/10/14 07:09, Thierry Goubier wrote: > Hi Julien, > > it should be possible on Linux and Mac OS by loading GitF

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-11 Thread Julien Delplanque
Thanks a lot I'll try this out! Julien On 09/10/14 18:37, Dale Henrichs wrote: > Julien, > > I recently added bitbucket:// support to metacello[1]. > > If you follow the installation instructions here[2], you can get the > support loaded into Pharo3.0. > > Dale > > [1] https://groups.google.com/

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-09 Thread Dale Henrichs
Julien, I recently added bitbucket:// support to metacello[1]. If you follow the installation instructions here[2], you can get the support loaded into Pharo3.0. Dale [1] https://groups.google.com/forum/#!topic/metacello/0vOzvQL10cQ [2] https://github.com/dalehenrich/metacello-work#pharo30 On

Re: [Pharo-users] Using a private git repository with Metacello

2014-10-08 Thread Thierry Goubier
Hi Julien, it should be possible on Linux and Mac OS by loading GitFileTree and using an url like: 'gitfiletree://bitbucket.com/owner/reponame&protocol=git'. Regards, Thierry Le 08/10/2014 10:44, Julien Delplanque a écrit : Hello, Is it possible to use Metacello to load a Pharo project fr