Projects trapped on Github?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Projects trapped on Github?

Sean P. DeNigris
Administrator
Last week, we were trying to load pharo-webdoc (https://github.com/camillobruni/pharo-webdoc) from github to fix a bug. We ran into a problem that I will attempt to recreate from memory... a configuration needed to load a dependent project from github (since it was moved there from sthub iirc), but we couldn't do that because gitfiletree is not loaded in Pharo 3.0 by default because it depends on OSProcess.

Does that sound like a known problem and is there a solution?

Sorry to be so vague, but I was a bit shocked that we hit a dead end, since it seems that people are using git/github successfully.
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: Projects trapped on Github?

EstebanLM
I usually have the project pre-cloned, then I just use filetree.

Esteban

On 10 Apr 2014, at 05:05, Sean P. DeNigris <[hidden email]> wrote:

> Last week, we were trying to load pharo-webdoc
> (https://github.com/camillobruni/pharo-webdoc) from github to fix a bug. We
> ran into a problem that I will attempt to recreate from memory... a
> configuration needed to load a dependent project from github (since it was
> moved there from sthub iirc), but we couldn't do that because gitfiletree is
> not loaded in Pharo 3.0 by default because it depends on OSProcess.
>
> Does that sound like a known problem and is there a solution?
>
> Sorry to be so vague, but I was a bit shocked that we hit a dead end, since
> it seems that people are using git/github successfully.
>
>
>
> -----
> Cheers,
> Sean
> --
> View this message in context: http://forum.world.st/Projects-trapped-on-Github-tp4753786.html
> Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
>


Reply | Threaded
Open this post in threaded view
|

Re: Projects trapped on Github?

Goubier Thierry
In reply to this post by Sean P. DeNigris
Hi Sean,

normally, a github hosted project should provide a configuration either using github:// urls (which is in Pharo 3) or a configuration which has an ensure gitfiletree (so as to ensure that OSProcess and all are loaded before activating the configuration). First case is ConfigurationOfSmaCC in MetaRepoForPharo30, second case is ConfigurationOfAltBrowser in MetaRepoForPharo30.

You can also ask for a git clone to be made beforehand, but that doesn't seems very successfull if the github hosted project is a dependency of the one you are loading.

Thierry
________________________________________
De : Pharo-dev [[hidden email]] de la part de Sean P. DeNigris [[hidden email]]
Envoyé : jeudi 10 avril 2014 05:05
À : [hidden email]
Objet : [Pharo-dev] Projects trapped on Github?

Last week, we were trying to load pharo-webdoc
(https://github.com/camillobruni/pharo-webdoc) from github to fix a bug. We
ran into a problem that I will attempt to recreate from memory... a
configuration needed to load a dependent project from github (since it was
moved there from sthub iirc), but we couldn't do that because gitfiletree is
not loaded in Pharo 3.0 by default because it depends on OSProcess.

Does that sound like a known problem and is there a solution?

Sorry to be so vague, but I was a bit shocked that we hit a dead end, since
it seems that people are using git/github successfully.



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/Projects-trapped-on-Github-tp4753786.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.