[Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-14 Thread Jigyasa Grover
Whenever I click on Install stable version of GitFileTree (ThierryGoubier .33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic version #stable is not defined in Configuration GitFileTree for the current platform. Possible symbolic version values include : #(#bleedingEdge #dev

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-14 Thread Martin Bähr
Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100: > Whenever I click on Install stable version of GitFileTree (ThierryGoubier > .33) in Configuration Browser in Pharo 4.0 , I get the error = The symbolic > version #stable is not defined in Configuration GitFileTree for the curren

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-14 Thread Jigyasa Grover
Does there exist any alternative ? Thanks Jigyasa Grover On Sun, Mar 15, 2015 at 11:35 AM, Martin Bähr < mba...@email.archlab.tuwien.ac.at> wrote: > Excerpts from Jigyasa Grover's message of 2015-03-15 06:56:49 +0100: > > Whenever I click on Install stable version of GitFileTree (ThierryGoubier

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-15 Thread Thierry Goubier
Hi Jigyasa, Martin, I removed the stable version of GitFileTree from the configuration since it doesn't work anymore since a few versions of Pharo4. Please use the development version, as per the following script: Gofer it url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-15 Thread Jigyasa Grover
After following this -- Gofer it url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment I am getting unable to access smalltalkhub.com I am also unable to connect to this website through browser. Is it unavailable ?

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-15 Thread Bernardo Ezequiel Contreras
it seems so. i was facing the same problem (sthub is dow :( ). On Mon, Mar 16, 2015 at 3:40 AM, Jigyasa Grover wrote: > After following this -- > > Gofer it > url: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; > configurationOf: 'GitFileTree'; > loadDevelop

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Jigyasa Grover
Thanks! The error now says = File missing : ..\repository\MonticelloFileTree-Git.package\monticello.meta\version What is the way out ?

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Thierry Goubier
Hi, an alternative solution is to load directly from github, with: Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository'; load: 'Git' Missing files may mean a leftover from a previous, failed load attempt. Thierry 2015-03-16 8:19 GMT+01:0

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Jigyasa Grover
Sir I have cleared the previous files and tried to load directly from github as directed by you. The error still persists. There are missing files again. Thanks Jigyasa Grover On Mon, Mar 16, 2015 at 2:07 PM, Thierry Goubier wrote: > Hi, > > an alternative solution is to load directly from git

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Thierry Goubier
This is strange. I tried both the Gofer and the Metacello script before replying to you, and they both worked. Do you have a file named github-dalehenrichfiletreepharo40dev.zip in your pharo repository? Do you have a directory named github-cache/dalehenrich/filetree/pharo4.0_dev/dalehenrich-file

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Thierry Goubier
Hi Kilon, like a monday :) I made a mistake in the configuration, and you are apparently the first one to try the stable version of SmaCC. It's just an error in the url. I have uploaded a new version of the configuration. Note to the SmaCC users at a certain place... I'm not sure I'll mainta

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread kilon alios
Oh boy ... If I try to install Smacc from configuraton browser it crashes the latest pharo 4 image on macos. On Mon, Mar 16, 2015 at 8:40 PM, Thierry Goubier wrote: > Hi Kilon, > > like a monday :) > > I made a mistake in the configuration, and you are apparently the first > one to try the st

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread kilon alios
I am also getting a new error with gitFiletree MNU: GitFileTreePcakageEntry>>beginsWith: GitFileTreePackageEntry(Object)>>doesNotUnderstand: #beginsWith: [ :each | each beginsWith: aPackage , '-' ] in MCFileTreeGitRepositoryInspector(MCFileRepositoryInspector)>>packageIcon: in Block: [ :each | eac

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Thierry Goubier
Le 16/03/2015 21:08, kilon alios a écrit : I am also getting a new error with gitFiletree MNU: GitFileTreePcakageEntry>>beginsWith: I believe I did correct that one, I'll check. Thierry On Mon, Mar 16, 2015 at 9:27 PM, kilon alios mailto:kilon.al...@gmail.com>> wrote: Oh boy ... If

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Thierry Goubier
Le 16/03/2015 20:27, kilon alios a écrit : Oh boy ... If I try to install Smacc from configuraton browser it crashes the latest pharo 4 image on macos. Cool! Not ;) I'll recreate a Pharo4 image and check all this. Thierry On Mon, Mar 16, 2015 at 8:40 PM, Thierry Goubier mailto:thierry.g

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread kilon alios
Smacc looks to load fine using its Github repo instructions. So far it works ok too. On Mon, Mar 16, 2015 at 10:13 PM, Thierry Goubier wrote: > Le 16/03/2015 20:27, kilon alios a écrit : > >> Oh boy ... >> >> If I try to install Smacc from configuraton browser it crashes the >> latest pharo 4 im

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-16 Thread Thierry Goubier
Le 16/03/2015 21:15, kilon alios a écrit : Smacc looks to load fine using its Github repo instructions. So far it works ok too. Ok. That's me then. My code for pre-loading GitFileTree for accessing gitfiletree:// urls is pointing to an old version. I'll remove git access from the development

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-17 Thread Jan B.
Hello, just to add info about my behavior of loading gitfiletree (30 minutes ago on clean images of Pharo 40560 on Windows 7)... Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadDevelopment. and Metacello ne

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-17 Thread Thierry Goubier
Hi Jan, can you retry the following? Gofer new url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; configurationOf: 'GitFileTree'; loadStable I've just updated the configuration (but less than 30 minutes ago ;)). Thierry 2015-03-17 9:46 GMT+01:00 Jan B. :

Re: [Pharo-users] Error while loading GitFileTree in Pharo 4.0

2015-03-17 Thread Jan B.
Yes, now it works for me, thank you, hope it helps others, too :) Jan Thierry Goubier wrote > Hi Jan, > > can you retry the following? > > Gofer new > url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main'; > configurationOf: 'GitFileTree'; > loadStable > > I