Login  Register

Re: Git (gitfiletree) on Pharo vs Windows

Posted by Thierry Goubier on Mar 02, 2015; 8:01pm
URL: https://forum.world.st/Git-gitfiletree-on-Pharo-vs-Windows-tp4806791p4808960.html

Hi Jan,

With Hernán's help and Dave Lewis confirmation, I have updated
GitFileTree so that it loads ProcessWrapper and wrote a solution to the
loading issue you have encountered.

Please tell me any issues you would have with it.

Thierry

Le 26/02/2015 11:06, Jan B. a écrit :

> 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
>
>
>
>
>
> --
> View this message in context: http://forum.world.st/Git-gitfiletree-on-Pharo-vs-Windows-tp4806791p4807789.html
> Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
>
>