Le 02/03/2015 23:53, Jan B. a écrit :
Hello Thierry
It works now, thank you a lot.
It just seems like ProcessWrapper needs to be included also into MetaRepoForPharo40, but when I load ProcessWrapper separately from https://smalltalkhub.com/mc/hernan/ProcessWrapper/main , everything is fine on both Pharo 3 and 4 (40526).
So only remaining minor windows problem (which probably is not on your side anyway) is that about getting gitfiletree repository address from string, so I have to add repository manually via monticello gui, but it does not matter too much.
Hi Jan, I remember that you said you used something like: Le 26/02/2015 11:06, Jan B. a écrit :> Metacello new
baseline: 'OurProject'; repository:
'gitfiletree:///C:\Users\User\Pharo\ourproject\repository';
load.
Can you try with 'gitfiletree:///C:/Users/User/Pharo/ourproject/repository' ? I had a look at the code and gitfiletree uses ZnUrl>>asFileReference, so it behaves like a file:// url which has / (and not \) as path separator [1]. And i'll make sure you get a gitfiletree (and not a filetree) error :) [1] http://www-archive.mozilla.org/quality/networking/testing/filetests.html Thierry