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 new
  baseline: 'FileTree';
  repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository';
  load: 'Git'

lead to 
FileDoesNotExist: File @ C:\Users\User\Pharo\images\Pharo 4.0
(beta)-40560\github-cache\dalehenrich\filetree\pharo4.0_dev\dalehenrich-filetree-7f998e5\repository\MonticelloFileTree-Git.package\monticello.meta\version

Gofer new 
        url: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
        configurationOf: 'GitFileTree'; 
        loadDevelopment.

(ForPharo30, not 40) works fine on Pharo 4 for me.

Jan


Thierry Goubier wrote
> 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 part of the Configuration.
> 
> I'm not that good at updating configurations spread over half a dozen 
> repositories... I'd really prefer a single point of control and 
> distribution.
> 
> Thierry





--
View this message in context: 
http://forum.world.st/Error-while-loading-GitFileTree-in-Pharo-4-0-tp4811915p4812508.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to