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
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';
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
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
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
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
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/
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
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