Login  Register

Re: Git (gitfiletree) on Pharo vs Windows

Posted by Jan Blizničenko on Feb 26, 2015; 10:06am
URL: https://forum.world.st/Git-gitfiletree-on-Pharo-vs-Windows-tp4806791p4807789.html

Hi

This time, when I add gitfiletree repository via monticello, it loads all packages and classes.
However, it does not load any methods. Even if I use "Browse" in repository window, it displays class definition, including variables and category correctly, but still no methods. Normal filetree shows and loads these methods.

And another thing is that if I try to add and load gitfiletree repository via following command, not GUI, I get an Error: filetree:// repository 'C:\Users\User\Pharo\ourproject\repository\' does not exist

command was:

Metacello new
    baseline: 'OurProject';
    repository: 'gitfiletree:///C:\Users\User\Pharo\ourproject\repository';
    load.

when I delete that 'git' characters and leave just repository: 'filetree:///C:\Users (etc.), it loads fine, too, but it may be my mistake.

Jan

Thierry Goubier wrote
Hi Jan,

I pushed a new version (development) of GitFileTree using ProcessWrapper
on Windows (version 82 on Smalltalkhub).

You need to get ProcessWrapper loaded first, of course, from the
Configuration browser in Pharo 3.

If you want to try?

Thierry