Hi all,

thanks to the help of Nicolai and Levente (and others), GitFileTree has now working support for Windows users through ProcessWrapper (on the development versions).

A way for it to work is to have git in your path and simply load:

Metacello new
        configuration: 'GitFileTree';
        version: #'development';
        repository: 'https://smalltalkhub.com/mc/Pharo/MetaRepoForPharo50/main';
        load

Expect this to move into stable GitFileTree if it is reported to work.

Next steps for gitfiletree are a metadata-less mode (for Alexandre :)) and svn support (aka SVNFileTree ;)).

Regards,

Thierry

Reply via email to