Hi Julien, What didn't work? Thierry Le 11 oct. 2014 10:44, "Julien Delplanque" <julien@tamere.eu> 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 09/10/14 07:09, Thierry Goubier wrote:
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 from a private git repository hosted on bitbucket for example? If it is, how?
To load project from github I use:
Metacello new baseline: 'Project'; repository: 'github://owner/reponame/repository'; load.
Is there a prefix for a git repository that is not hosted on github?
Also, I think Metacello use HTTP to download the project, am I right?
Is
it possible to make it use ssh?
Thanks in advance,
Julien